Templates
Load Templates
Returns a list of templates for the specified type. Required Access Level: ViewTemplates
get/templates
Query parameters
scopeTypeTemplateScope[] required
array
Return templates with specified scope only
templateTypesTemplateType[]
array
Return templates with specified type only
limitinteger
integer
Maximum number of returned items.
offsetinteger
integer
How many items should be returned ahead.
Response
OK
Example response
[
{
"DateAdded": "2001-01-01T12:00:00",
"Subject": "Hello!"
}
]