/message/validateMany
  • 1 Minute to read
  • Dark
    Light

/message/validateMany

  • Dark
    Light

Article summary

Post
/message/validateMany

Validates many messages for the following functionality: checks that the message is valid (InvalidObjectError -> objecttype message), checks that the message does not contain any invalid content store items, checks that the message does not use archived Attributes (InvalidObjectError -> objecttype attribute).
Request body example:

["1800249570","1800202306"]

Body parameters
Array of integer
integer (int64)
Responses
200

Example response:

[{
"entityId": 1800249570,
"errorCode": "ARCHIVED_ATTRIBUTE",
"errorMessage": "Message contains archived attribute(s) user.CustomAttribute.Attribute1"
}, {
"entityId": 1800202306,
"errorCode": null,
"errorMessage": null
}]

object
entityKey
string
code
string
message
string
400

Was this article helpful?

What's Next