get followers to a thread
get followers to a thread
Path Parameters
departmentUUID string required
customerUUID string required
Responses
- 200
 
OK
application/json
Schema
Example (from schema)
Schema
- Array [
 - Array [
 - ]
 - Array [
 - ]
 - Array [
 - ]
 - ]
 - Array [
 - ]
 - Array [
 - ]
 
userEvents object[]
user object
uuid string
name string
type string
Possible values: [USER, CUSTOMER]
departmentUuid string
addedEvents object[]
type string
Possible values: [INTERNAL, EXTERNAL]
category object
name string
Possible values: [MANUAL]
events string[]
Possible values: [INTERNAL_NOTE]
revokedEvents object[]
type string
Possible values: [INTERNAL, EXTERNAL]
category object
name string
Possible values: [MANUAL]
events string[]
Possible values: [INTERNAL_NOTE]
events object[]
type string
Possible values: [INTERNAL, EXTERNAL]
category object
name string
Possible values: [MANUAL]
events string[]
Possible values: [INTERNAL_NOTE]
customerUuid string
departmentUuid string
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
  "userEvents": [
    {
      "user": {
        "uuid": "string",
        "name": "string",
        "type": "USER",
        "departmentUuid": "string"
      },
      "addedEvents": [
        {
          "type": "INTERNAL",
          "category": {
            "name": "MANUAL",
            "events": [
              "INTERNAL_NOTE"
            ]
          }
        }
      ],
      "revokedEvents": [
        {
          "type": "INTERNAL",
          "category": {
            "name": "MANUAL",
            "events": [
              "INTERNAL_NOTE"
            ]
          }
        }
      ],
      "events": [
        {
          "type": "INTERNAL",
          "category": {
            "name": "MANUAL",
            "events": [
              "INTERNAL_NOTE"
            ]
          }
        }
      ]
    }
  ],
  "customerUuid": "string",
  "departmentUuid": "string",
  "errors": [
    {
      "errorCode": "string",
      "errorDescription": "string",
      "errorUID": "string"
    }
  ],
  "warnings": [
    {
      "warningCode": "string",
      "warningDescription": "string"
    }
  ]
}
Loading...