/cms/getMimeMessage
  • 1 Minute to read
  • Dark
    Light

/cms/getMimeMessage

  • Dark
    Light

Article summary

Get
/cms/getMimeMessage

Returns the specified CMS message in MIME message format.

Query parameters
cmsMessageId
integer (int64) Required

The ID of the CMS message to be returned.

Responses
200
object
id
integer (int64)
superGroupId
integer (int64)
ownerId
integer (int64)
masterId
string
masterLocation
string
description
string
externalId
string
subject
string
dueDate
string
creationDate
string
encoding
string
active
boolean
Default"False"
archived
boolean
Default"False"
400

Error response: {
"errorActor": "CLIENT",
"errorCode": "NO_SUCH_OBJECT",
"message": "No cms message found with id '81301'!",
"objectType": null,
"propertyName": null,
"propertyValue": null
}


Was this article helpful?

What's Next