afaab604b58c
Get project templates
Get templates for a project. Use <code>page</code> and <code>pageSize</code> parameters to paginate results. If the unpaginated templates API is allowed for your project, then all templates are returned if no pagination parameters are provided. The unpaginated behavior is deprecated and may be removed in the future. <b>Rate limit</b>: 100 requests/second, per project.
Query parameters
Only retrieve templates associated with this template type
Only retrieve templates associated with this message medium
Get templates created at or after this date time (yyyy-MM-dd HH:mm:ss [ZZ])
Get templates created before this date time (yyyy-MM-dd HH:mm:ss [ZZ])
Page number (starting at 1).
Number of results to return per page (defaults to 20, maximum of 1000).
Field to sort templates by, with optional direction prefix. Use - for descending, + or no prefix for ascending. Templates can be sorted by id, name, createdAt, or updatedAt. Examples: -createdAt, +name, id
Response
successful operation