Templates
#
Get TemplatesDescription: To get a list of templates, a HTTP GET request is made to the URL with the session token.
Method: GET
URI: /templates/
Headers: Authorization: Third party based authorization header
Returns
Field | Type | Description |
---|---|---|
cost | Integer | Monetary value of template specified in cents. |
active | Boolean | Returns true if the user template is active. |
id | Integer | Unique ID of the template. |
name | String | Name of the template. |
code | String | Code of the template. |
template_group_id | Integer | Template group ID. |
Example
Request
Response
#
Get Single TemplateDescription: To get a single template a HTTP GET request is made to the URL with the session token.
Method: GET
URI: /templates/template_id
URI: /template_versions/template_version_id
Headers: Authorization: Third party based authorization header
Returns
Field | Type | Description |
---|---|---|
template | Template | An template object. |
template_version | Version | A template version object. |
fields | Fields | A template fields object. |
Example
Request
Response