Agent List API
The REST API is used to get the active agents list along with their state and attributes.
The server responds with a list of active agents. Please note that this API will not return supervisor users.
Protocol | HTTP or HTTPS |
URL | http://<FQDN>/api/external/agents/list or https://<FQDN>/api/external/agents/list |
Content Type | Application/JSON |
HTTP Method | GET |
Input/Output Format | JSON |
HTTP Request | - |
Request Parameters | |
HTTP Response | 200: Success 404: Not found 500: Internal Server Error 503: Service Unavailable |
Example Response |
CODE
|