Returns a draft message identified by the specified draft message ID.
ID of draft message
Example response:
{
"id": 18060600,
"name": "Test",
"externalId": null,
"messageCategoryId": null,
"message": {
"subject": "Test",
"emailBodyText": null,
"emailBodyHtml": "Test",
"smsText": null,
"faxText": null,
"emailHeaders": [],
"attachments": [],
"attachmentReferences": null,
"encoding": "ISO-8859-1",
"encodingSMS": "ISO-8859-1",
"imageHandlingMode": "none"
}
}
Error response: {
"errorActor": "CLIENT",
"errorCode": "INVALID_REQUEST",
"message": "Not Found"
}