get_email_templates_m
Summary
| API Name | get_email_templates_m |
|---|---|
| Class | system_services_m |
| Update Version | 6.32 |
Description
Returns the list of email templates associated with a client.
Inputs
| Name | Type | Length | Required | Description |
|---|---|---|---|---|
| client_no | long | 22 | Yes |
Aria-assigned unique identifier indicating the Aria client providing service to this account. |
| auth_key | string | 32 | Yes |
Aria-assigned unique key for authenticating the validity of the requestor. This key is passed with each method call. |
| filter_template_class | string | No |
Filter by Aria class assigned to each email template |
Outputs
| Name | Type | Length | Required | Description |
|---|---|---|---|---|
| templates_by_client | object | No | ||
| error_code | long | No |
Aria-assigned error identifier. 0 indicates no error. |
|
| error_msg | string | No |
Description of any error that occurred. "OK" if there was no error. |
templates_by_client fields
| Name | Type | Length | Required | Description | ||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| template_no | long | No |
Aria-assigned unique identifier indicating each email template created in Aria. |
|||||||||||||||||||||||||||||||||||||||||||||||
| template_name | string | No |
User-assigned name for email template |
|||||||||||||||||||||||||||||||||||||||||||||||
| template_class | string | No |
Aria class assigned to each email template Allowed values:
|
|||||||||||||||||||||||||||||||||||||||||||||||
| client_email_template_id | string | 100 | No |
Client assigned unique ID for email template |
||||||||||||||||||||||||||||||||||||||||||||||
| global_ind | long | 1 | No |
Indicates that email template is global or custom to client Allowed values:
|
||||||||||||||||||||||||||||||||||||||||||||||
| default_ind | long | 1 | No |
Indicates that email template is default for the template class or not Allowed values:
|