1-877-548-3001 Sign in About Contact
Developer

GET

/api/department/{id}/status

Get the online status for the specified department

Scope:

client

or

operator

Request Parameters

Path

2

id

required

The id of the department to get the status for

Response

Schema

{}

A

status

The system response status. Will be online or offline

curl

example request

1

curl -H "Authorization: Bearer {{Oauth Token}}"

2

https://developer.livehelpnow.net/api/department/{{16693}}/status

example response

      
        

1

 {

2

   "status"

: "offline"

3

 }