Page tree
Skip to end of metadata
Go to start of metadata

Description

Validates a prepared message for the following functionality: check that message is valid (InvalidObjectError -> objecttype message), check that message does not contain invalid content store items, check that message does not use archived Attributes (InvalidObjectError -> objecttype attribute).

Available from

v1

Request path

GET [REST URL]/message/validate

Query Parameters

Parameter

Type

Description

messageId

Long

ID of the message

Example response

{
    "entityKey": "1800249570",
    "code": "ARCHIVED_ATTRIBUTE",
    "message": "Message contains archived attribute(s) user.CustomAttribute.Attribute1."
}
  • No labels