Skip to main content

get followers to a thread

get followers to a thread

Path Parameters
    departmentUUID string required
    customerUUID string required
Responses

OK


Schema
    userEvents object[]
  • Array [
  • user object
    uuid string
    name string
    type string

    Possible values: [USER, CUSTOMER]

    departmentUuid string
    addedEvents object[]
  • Array [
  • type string

    Possible values: [INTERNAL, EXTERNAL]

    category object
    name string

    Possible values: [MANUAL]

    events string[]

    Possible values: [INTERNAL_NOTE]

  • ]
  • revokedEvents object[]
  • Array [
  • type string

    Possible values: [INTERNAL, EXTERNAL]

    category object
    name string

    Possible values: [MANUAL]

    events string[]

    Possible values: [INTERNAL_NOTE]

  • ]
  • events object[]
  • Array [
  • 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[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
GET /department/:departmentUUID/customer/:customerUUID/followers

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
departmentUUID — path required
customerUUID — path required
curl / cURL
curl -L -X GET '/communications/department/:departmentUUID/customer/:customerUUID/followers' \
-H 'Accept: application/json'