Skip to main content

Fetch waiting of response status of customer's thread for a given department

Fetch waiting of response status of customer's thread for a given department

Path Parameters
    departmentUUID string required
    customerUUID string required
Responses

OK


Schema
    inWaitingForResponse boolean
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
GET /department/:departmentUUID/customer/:customerUUID/waitingforresponse/status

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/waitingforresponse/status' \
-H 'Accept: application/json'