GET /public/v1/templates/folders
Get the list of folders that contain Templates in your account.
Servers
- https://api.pandadoc.com
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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.