GET /api/v2/analytics/details/queues/query
{
“pageSize”: 50,
“pageNumber”: 2,
“groupBy”: [“queueId”]
}
The paging object says pageCount is 12, but it doesn’t paginate when I bump pageNumber to 2. Swapped to nextLink from the first call and it actually pulled data. The API keeps defaulting back to page 1 regardless of what I put there.