Templates: get
Gets the latest version of a template by ID with optional query parameters for filtering.
Request
HTTP Request
GET https://cawemo.com/api/v1/templates/:id
Path Parameters
Name | Type | Description |
---|---|---|
id | string | Unique identifier of the template to request. |
Query Parameters
Name | Type | Description |
---|---|---|
includeUnpublishedVersions (optional) | boolean | If set to true unpublished versions of the template will be taken into consideration. |
Request Body
Do not supply a request body with this method.
Response
If successful, this method returns a Templates resource in the response body.