GET /public/v1/templates
Retrieves a list of templates. You can filter results by a search query, tags, or fields.
Servers
- https://api.pandadoc.com
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
page |
Integer | No |
Specify which page of the dataset to return. |
id |
String | No |
Specify template ID. |
count |
Integer | No |
Specify how many templates to return. Default value: 50 |
deleted |
Boolean | No |
Returns only the deleted templates. |
q |
String | No |
Search query. Filter by template name. |
folder_uuid |
String | No |
UUID of the folder where the templates are stored. |
fields[] |
Array | No |
A comma-separated list of additional fields to include in the response. |
shared |
Boolean | No |
Returns only the shared templates. |
tag[] |
Array | No |
Search tag. Filter by template tag. |
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.