Unified Agent Status Attributes
Attributes about an agent's unified status, part of the Unified Agent Status JSON response.
JSON format
Unified agent status attributes are represented as JSON objects with the following properties:
Name | Type | Read-only | Mandatory | Description |
---|---|---|---|---|
agent_id | integer | true | true | The agent's id |
agent_status | object | true | true | A Unified Status object, represented by its id and name. |
Attributes about the unified agent status
Example
{
"agent_id": 10011,
"agent_status": {
"id": 123,
"name": "In a meeting"
}
}