List folders

Lists all folders in a customer workspace.

Path parameters

managed_user_idstringRequired

Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E. For example, EA2300.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

parent_idintegerOptional
Parent folder ID. Defaults to Home folder.
pageintegerOptional

Page number of the folders to fetch. Defaults to 1.

per_pageintegerOptional

Number of folders to return in a single page. Defaults to 100. Max is 100.

Response

Success reply
idinteger or null
The unique identifier for the item.
namestring or null
The name of the item.
parent_idinteger or null
The ID of the parent item.
created_atstring or null
The timestamp when the item was created.
updated_atstring or null
The timestamp when the item was last updated.

Errors