Regarding the GET /api/v2/analytics/queues/dispositions endpoint, I require clarification on the expected payload handling for extended analytical windows. Our current administrative configuration utilizes a FROMDATE to TODATE window spanning 90 days. The system consistently returns a 413 ENTITY TOO LARGE response.
Debugging Log:
- Attempted to partition the
GROUPBYparameters across sequential requests. Status: Failed. - Reduced the
SIZEparameter limit to100. Status: Failed. - Executed via
GENESYS-CLOUD-PYTHONSDKV3.0.2within theGENESYS CLOUD EU-WEST-1environment. Status: Failed. - Payload generation remains constrained by the same threshold.
Specific Inquiry: Please provide the precise JSON structure required to segment this analytical query into weekly intervals. The implementation must preserve the integrity of the DISPOSITIONCODE aggregation while aligning with standard ADMIN_UI routing constraints.