Get folder by id or path

Returns a folder for which its UUID matches the provided id or for which the path matches the provided path

Path Params
string
required

a UUID or a pathInfo

Query Params
integer
≥ 0
Defaults to 0

The number of direct child items (Document / Asset / Image) of the requested folder to skip before starting to collect the 'items' array field.

integer
1 to 100
Defaults to 10

The number of direct child items (Document / Asset / Image) of the requested folder to return in the 'items' array field.

boolean
Defaults to false

Whether the returned items and descendant folders will be sorted according their path (the last element in the 'path' field)

integer
0 to 3
Defaults to 1

Till which depth descendant folders should be returned in the response. Note that the field 'items' will be only included in the folder for the request pathInfo and never for deeper nested folders

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json

© Bloomreach, Inc. All rights reserved.