The agents API is used to assign questions to agents when they are logged in.
UI Reference: The API is called when the ''Agents'' button is clicked on the Settings(side-bar) panel.
URI: webapp-api-mq-myqueue?api=agents
Name |
Type |
Description |
---|---|---|
interactionID |
String |
This parameter represents the Id of interaction. |
{ |
Name |
Type |
Description |
---|---|---|
agents |
Array |
This has a list of objects with all details of Agents. |
agents[].id |
String |
This is id of Agent |
agents[].email |
String |
This has the email address of Agent. |
agents[].isloggedin |
Boolean |
This shows Agent is currently logged in or not |
agents[].name |
String |
This has the full name of Agent. |
agents[].displayname |
String |
This is the Logged in user UI Display name |
agents[].doEmpty |
Boolean |
This represents the agent empty inbox setting |
{ { |