Get List of Templates
Purpose
To get the list of templates based on the specified parameter.
HTTP Request URL
https://{zohoapis_domain}/writer/api/v1/templates
Query Parameters
Parameter | Data Type | Description |
Optional Parameters | ||
type | String | Specify the type (either personal or organization) of templates that needs to be listed. For example: type = personal / organization By default, the type value will be 'personal'. Hence, personal templates will be listed. |
offset | Integer | Set offset parameter to get the list of templates from the respective page. By default, offset value will be 0. |
limit | Integer | Set document limit and retrieve the list of templates within the specified limit. By default, limit value will be taken as 50. |
sortby | String | name Get the list of templates in the alphabetical order. created_time Get the list of templates with respect to the template created time. modified_time Get the list of templates with respect to the last modified time of the template. |