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
Defaultfalse
archived
boolean
Defaultfalse
400
Error response: {
"errorActor": "CLIENT",
"errorCode": "NO_SUCH_OBJECT",
"message": "No cms message found with id '81301'!",
"objectType": null,
"propertyName": null,
"propertyValue": null
}