Get Email
Returns an email by the specified id.
Path Parameters
idnumberrequired
The id of the email to return.
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {
"email": {
"name": "An example email",
"tenantId": 112,
"campaignId": 144,
"replyOnTopOf": 0,
"description": "",
"parentId": 0,
"status": "Deleted",
"isEnabled": false,
"isWebViewEnabled": false,
"isOpenTrackingEnabled": true,
"isClickTrackingEnabled": true,
"isTransactional": false,
"useruid": "owx7c4cd5q80geu0",
"date_last_sent": "2021-06-12T18:59:02.477",
"date_last_created": "2017-06-05T09:58:00.937",
"date_last_modified": "2021-11-20T22:37:12.82",
"total_sent": 1409,
"total_delivered": 1234,
"total_failed": 6,
"total_opened": 4,
"total_clicked": 1,
"total_optout": 0,
"emailId": 93,
"from": "\"Unit Test Account\" <rob@example.com>",
"previewUrl": "https://cdn-us-1.azureedge.net/ghg0ctulvdx7bu10/assets/asset-Email-93.png?t=yqx3",
"replyTo": "",
"subject": "This is an example email",
"preheader": "",
"body": "... encoded html",
"css": "",
"components": "",
"plaintext": "",
"amp": "",
"type": "Email"
}
}
}