template
Single template.
Retrive a single template by id
get/template/{id}
Path parameters
idstring long required
Response
template was retrieved successfully.
Example response
{
"title": "Banner title",
"content": "banner content"
}Retrive a single template by id
template was retrieved successfully.
{
"title": "Banner title",
"content": "banner content"
}