Get the online status for the specified department
Scope:
client
or
operator
id
required
The id of the department to get the status for
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
}