agentCallCenterStatus
Get the call center status for a given agent.
Arguments
The support user name.
Returns
AgentCallCenterStatusType!Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query AgentCallCenterStatus($supportUserName: String!) {
agentCallCenterStatus(supportUserName: $supportUserName) {
id
mostRecentCallId
status
updatedAt
}
}
Variables
{
"supportUserName": "learn-Mrs-movie-first-station"
}
Response
{
"data": {
"agentCallCenterStatus": {
"id": "85028721",
"mostRecentCallId": 95294824,
"status": "game-ok-none-sometimes-follow",
"updatedAt": "2009-02-21T08:32:19.301038+00:00"
}
}
}