TAG LINE
TAG LINE
SMALL TITLE
identity READ-ONLY | "identity": 2 Type: Number This is the unique numeric identifier for the EmailTemplateType |
name | "name": "Hello World" Type: String |
| GET | EmailTemplate/Type/{id}/AvailableTokens |
| Retrieve all of the AvailableTokens objects for the specified EmailTemplateType. | |
| {id} | Unique identifier for the EmailTemplateType object. |
Retrieve all of the AvailableTokens objects for the specified EmailTemplateType. GET EmailTemplate/Type/{id}/AvailableTokensHTTP/1.1 200 OK
{
"trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b",
"instance": {
"identity": 1,
"name": "Sample Text Data"
}
} | |