latestSwagger 2.02026-08-101561322.2 MB
3e4029d19684
Templates
Get all templates
<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/Templates/getAllTemplates" target="_blank">Try in sandbox</a><br>
get/api/v2/templates
Query parameters
pageinteger
Fetch specified results page.
limitinteger
The number of results per page.
Response
Returned when successful.
Example response
{
"page": 1,
"pageCount": 10,
"limit": 10,
"resources": [
{
"id": 519,
"name": "Appointment reminder",
"content": "Hello {First name}!",
"lastModified": "2014-09-11T08:12:01+0000"
}
]
}