GET /public/v1/documents/folders

Get the list of folders that contain Documents in your account.

Servers

Query parameters

Name Type Required Description
page Integer No

Optionally, specify which page of the dataset to return.

count Integer No

Optionally, specify how many folders to return. Default is 50 folders, maximum is 100 folders.

parent_uuid String No

The UUID of the folder containing folders. To list the folders located in the root folder, remove this parameter in the request.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.