Path Parameters
The ID of the Canvas Template to find
Response
200 - application/json
The Canvas Template was successfully obtained.
The unique identifier of the canvas template
Example:
"123e4567-e89b-12d3-a456-426614174000"
The Handlebars template string
Example:
"<h1>Hello {{name}}!</h1>"
JSON schema defining the template variables
Example:
{
"type": "object",
"properties": { "name": { "type": "string" } }
}When the template was created
Example:
"2024-03-20T15:30:00.000Z"
When the template was last updated
Example:
"2024-03-20T15:30:00.000Z"
The name of the template
Example:
"Welcome Email Template"