GET /public/v1/templates/{id}/details
Get details about a template by id. Details include:
- Basic template information (name, author, etc)
- Roles
- All fields with values
- All tokens with values
- Pricing information (pricing tables, products, quotes)
- Template metadata
- Template tags
- Content placeholders
- Modification timestamps. Note that
date_modifiedmeans any changes associated with the template roles, whilecontent_date_modifiedlogs any changes in the template content.
Servers
- https://api.pandadoc.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id |
String | Yes |
Template ID |
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.