Get Stored Templates
This API allows you to get the list of templates stored in your account.
Request Type
- GET
Request URL
https://campaigns.zoho.com/emailapi/v2/templates?start_index=1&end_index=1000
Content-Type
application/json
List of Request Parameters
Parameters | Data Type | Description |
start_index | Integer | Starting index of the number of objects to be obtained. |
end_index | Integer | Ending index of the number of objects to be obtained. |
List of Response Body Attributes
Parameters | Data Type | Description |
response | JSON Object | Contains the response details of the API. |
code | Integer | Success or failure code. |
message | String | Success or failure message returned by the API. |
templates | JSON Array | Contains details about each template. |
name | String | Name of the template. |
id | String | Unique ID of the template which can be used in APIs. |
zuid | Integer | User ID of the Zoho Account's user from whose account this API was called. |
count | Integer | Total number of templates returned. |
range | JSON Object | Contains information about start and end index. |
start_index | Integer | Starting index of the data range being returned. Indicates the position in the overall data set where the returned data begins. |
end_index | Integer | Ending index of the data range being returned. Indicates the position in the overall data set where the returned data ends. |
errors | JSON Object | Contains the error details of the API such as 'code' and 'message' |