latestOpenAPI 3.1.02026-08-085123123.9 KB
bf0b51ee8e8a
Templates
Retrieve a template
Retrieve a specific template based on its ID.
get/templates/{id}
Path parameters
idinteger required
The template's numerical ID
Response
The template attributes
Example response
{
"id": 1419,
"bodyHtml": "<b>Testing !</b><p>this is just a test</p>",
"bodyText": "This is a test!",
"createdOn": "2014-11-10 15:38:38.827",
"updatedOn": "2014-11-10 15:38:38.827"
}