Hi folks,
the tasklist provides a pagination mechanism, which works the following way:
I send a request to the api and get some tasks as response.
Along with these tasks there is a collection of String called sortValues.
To get the next page I have to pass sortValues to the next request in one of the 4 designated fields.
Sounds alright for progressively going through the list, but what if I want to skip a page?
Let’s say Im on page 1 and want to open page 4 of my tasks.
That seems impossible with this setup, or am I missing something?
Best regards
Jannis