Hello.
How can a Workbin's Workitems list be retrieved when the API POST api/v2/taskmanagement/workitems/query/jobs creates several pages ?
The API GET /api/v2/taskmanagement/workitems/query/jobs/{jobId}/results informs us that there are several pages and that it returns the first page.
But it only takes the jobId as a parameter, it cannot be asked to display the following pages.
"pageSize": 10,
"pageNumber": 1,
"total": 32,
"pageCount": 4
For information, I know that we can go as far as 200 items per page and that at the moment we only have 32, but that is because we are still in the development phase, then we will exceed 200 items.
Thanks!