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
userEvents object[]
customerUuid string
departmentUuid string
errors object[]
warnings object[]
{
"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"
}
]
}
GET /department/:departmentUUID/customer/:customerUUID/followers
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X GET '/communications/department/:departmentUUID/customer/:customerUUID/followers' \
-H 'Accept: application/json'
python / requests
curl -L -X GET '/communications/department/:departmentUUID/customer/:customerUUID/followers' \
-H 'Accept: application/json'
go / native
curl -L -X GET '/communications/department/:departmentUUID/customer/:customerUUID/followers' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X GET '/communications/department/:departmentUUID/customer/:customerUUID/followers' \
-H 'Accept: application/json'
ruby / Net::HTTP
curl -L -X GET '/communications/department/:departmentUUID/customer/:customerUUID/followers' \
-H 'Accept: application/json'
csharp / RestSharp
curl -L -X GET '/communications/department/:departmentUUID/customer/:customerUUID/followers' \
-H 'Accept: application/json'
php / cURL
curl -L -X GET '/communications/department/:departmentUUID/customer/:customerUUID/followers' \
-H 'Accept: application/json'
java / OkHttp
curl -L -X GET '/communications/department/:departmentUUID/customer/:customerUUID/followers' \
-H 'Accept: application/json'
powershell / RestMethod
curl -L -X GET '/communications/department/:departmentUUID/customer/:customerUUID/followers' \
-H 'Accept: application/json'