GET | /customer/agentstatusget | Get agent status |
---|
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /customer/agentstatusget HTTP/1.1 Host: api.systematix.solutions Accept: application/json
HTTP/1.1 200 OK Content-Type: application/json Content-Length: length {"agentStatus":{"agentKey":"String","agentRef":"String","agentStatusSubscriptionKey":"String","name":"String","nickName":"String","introText":"String","profileText":"String","imageUrl":"String","statusId":0,"statusName":"String","stateId":0,"stateName":"String","tariff":0,"busySeconds":0,"busyStart":"0001-01-01T00:00:00.0000000","hasAudio":false,"profileImageAltText":"String","chatAvailable":false,"chatEnabled":false,"messagingEnabled":false,"reviewCount":0,"reviewScoreTotal":0,"camDeviceStatusId":0}}