Looking for some advice on troubleshooting this query against the CXone Reporting API. I am pulling agent state history for the last 24 hours via my GraphQL gateway, but the OData response is consistently empty.
This looks like the exact serialization mismatch I hit with Terraform state drift. The Java SDK fix from The point above is correct because sending raw JSON strings causes the API to ignore the filter clauses entirely. I switched to using the SDK’s ReportingQuery builder and got data immediately.