webex-contact-center-api-samples icon indicating copy to clipboard operation
webex-contact-center-api-samples copied to clipboard

Issue getting agent data using PowerBI sample

Open taylojo opened this issue 1 year ago • 5 comments

Trying to pull agent session data using the query below and just receive 'Nothing to export' when running the query from the webpage. TIA

{

Agent Session "All Fields" example - Gets all the Agent Session fields - All fields in the ASR

agentSession(from: 1719837745000 to: 1721220145000 ) { agentSessions { agentId userLoginId agentName agentSessionId state isActive startTime endTime teamId teamName siteId siteName

}

} }

taylojo avatar Jul 18 '24 14:07 taylojo