Get a folder

get/project/{projectName}/folders

Retrieves a folder from a specified project package, identified by the project name and path.

Request Samples

1

Response Samples

1{
2 "id": "UHJvamVjdDEvMC4xL2hvbWUvYW5hbHl0aWNzL2E=",
3 "name": "/home/analytics/astore",
4 "type": "file",
5 "version": 2
6}

Path Parameters

NameTypeRequiredDescription
projectName
string
true

The project name.

Query Parameters

NameTypeRequiredDescription
filter
string
false

The filter parameter.

path
string
true

The path to the folder. Example: /test_files/sub_folder/.

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid. Additional information is available in the application logs if the environment variable LOGGING_LEVEL_ORG_SPRINGFRAMEWORK is set to DEBUG.

Schema
404Not Found

No resource exists at the requested path.

Schema