The analytics endpoint keeps returning null for wrapUpCode in the detail query results. We’re calling /api/v2/analytics/details/queries to pull the shift compliance report for US/Eastern. The groupBy array has wrapUpCode listed but the response payload just dumps null for every record. This breaks the downstream script. The docs say this field is available for detail queries so the syntax doesn’t look wrong. Not seeing any error codes either, just 200 OK with empty data.
{
"group": {
"wrapUpCode": null
},
"metrics": {
"handled": 42
}
}