I start on page 1 and use an increment of 1 page. This works for conversations but not for userdetails.
Anyone an idea what the problem might be? Any pointer would be helpfull.
POST /api/v2/analytics/conversations/details/query
and
POST /api/v2/analytics/users/details/query
I will look into the job and the cursor but for now I want to be able to get up-to-date data, so that's why I choose the query. But both options have a different kind of paging result which I don't understand.
@tim.smith
Using POST /api/v2/analytics/users/details/query I expect 866 records back (totalhits = 866) and since the page size is max 100 I expect 9 pages. I only get back 2 pages. (I store filename for testing, which is the page number). Now I miss a lot of data (test cases, so I know what I am missing).
My SSIS code is a copy of my POST /api/v2/analytics/conversations/details/query and this is working good. I get back all expected pages. That's why I asked if there is any known difference in the two end points.
Any idea?
It could be because of division access or something else, but we can only make uneducated guesses in this setting. Please open a case with Genesys Cloud Care to investigate missing data; we don't have access to your org's data via the forum.