List Email Revisions

Returns email specified by id and list of its versions.

Path Parameters
idnumberrequired
The id of the email to return revisions for.
HTTP Response Examples
200
{ "Status": true, "Message": "", "Response": { "email": { "name": "Name of the email", "tenantId": 3488, "campaignId": 23735, "replyOnTopOf": 0, "description": "Description of the email", "parentId": 0, "status": "Active", "isEnabled": true, "isWebViewEnabled": true, "isOpenTrackingEnabled": true, "isClickTrackingEnabled": true, "isTransactional": false, "isIgnoreAutoReply": true, "is_autosave_enabled": true, "useruid": "20hi0arh2mhbuk0b", "date_last_sent": "2025-09-29T14:00:10.223", "date_last_created": "2025-08-01T19:19:35.017", "date_last_modified": "2025-09-23T13:56:24.757", "total_sent": 45286, "total_delivered": 45167, "total_failed": 108, "total_opened": 30984, "total_clicked": 3034, "total_optout": 0, "emailId": 77202, "from": "\"Example\" \u003Chello@example.com\u003E", "previewUrl": "https://cdn-us-1.azureedge.net/6jwz7z5iamypye0y/assets/asset-Email-77202.png?t=565a", "replyTo": "", "to": null, "cc": null, "bcc": null, "subject": "Thanks for registering!", "preheader": "You've taken steps to register, now here’s how to get ready for tournament day.", "body": ".. html body", "css": ".. css", "headers": { }, "components": "..json", "plaintext": "", "amp": "", "type": "Email" }, "revisions": [ { "revision": "8055bd0ed5e3ab32e8d0cc19555e0a54", "date_revised": "Aug 1, 2025 2:19 PM", "by_useruid": "bzixhjfmrhezh1u5", "by_name": "Ron Smith" }, { "revision": "59e10def64ffe2e33b0b382e5f4ddb74", "date_revised": "Aug 20, 2025 7:24 AM", "by_useruid": "20hi0arh2mhbuk0b", "by_name": "Anna Andres" }, { "revision": "69168e42a808b336856d17ccaab48636", "date_revised": "Aug 20, 2025 7:37 AM", "by_useruid": "20hi0arh2mhbuk0b", "by_name": "Anna Andres" } ] } }