v1

latestOpenAPI 3.0.12026-07-14182037.3 KB
Folders

Search folders

Search for folders. Does not contain hidden or archived folders.

get/files/v3/folders/search

Query parameters

propertiesstring[]

Properties that should be included in the returned folders.

afterstring

The maximum offset of items for a given search is 10000. Narrow your search down if you are reaching this limit.

beforestring
limitinteger

Limit of results to return. Max limit is 100.

sortstring[]

Sort results by given property. For example -name sorts by name field descending, name sorts by name field ascending.

idstring

Search folder by given ID.

createdAtstring date-time

Search for folders with the given creation timestamp.

createdAtLtestring date-time
createdAtGtestring date-time
updatedAtstring date-time

Search for folder at given update timestamp.

updatedAtLtestring date-time
updatedAtGtestring date-time
namestring

Search for folders containing the specified name.

pathstring

Search for folders by path.

parentFolderIdinteger

Search for folders with the given parent folder ID.

Response

successful operation