webex-contact-center-api-samples
                                
                                
                                
                                    webex-contact-center-api-samples copied to clipboard
                            
                            
                            
                        Issue getting agent data using PowerBI sample
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
}
} }