Fetch message unread status for customers for given message property
Fetch message unread status for customers for given message property
Path Parameters
departmentUUID string required
userUUID string required
application/json
Request Body required
customerUuids string[]
protocols string[]
Possible values: [TEXT, EMAIL, VOICE_CALL, NONE]
types string[]
Possible values: [DRAFT, DISCARDED_DRAFT, OUTGOING, INCOMING, NOTE]
isManual boolean
tagTypeUuids string[]
Responses
- 200
 
OK
application/json
Schema
Example (from schema)
Schema
- Array [
 - Array [
 - Array [
 - ]
 - Array [
 - ]
 - ]
 - ]
 - Array [
 - ]
 - Array [
 - ]
 
customerToMessageMap object
property name* object[]
messageUuid string
protocol string
Possible values: [TEXT, EMAIL, VOICE_CALL, NONE]
type string
Possible values: [DRAFT, DISCARDED_DRAFT, OUTGOING, INCOMING, NOTE]
isManual boolean
receivedOn date-time
tags object[]
tagTypeUuid string
referenceIdentifier string
value object
primaryAttribute object
value string
secondaryAttributes object[]
value string
parentTags object[]
tagTypeUuid string
referenceIdentifier string
requestUuid string
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
  "customerToMessageMap": {},
  "requestUuid": "string",
  "errors": [
    {
      "errorCode": "string",
      "errorDescription": "string",
      "errorUID": "string"
    }
  ],
  "warnings": [
    {
      "warningCode": "string",
      "warningDescription": "string"
    }
  ]
}
Loading...