TaskList Pagination

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

anybody out there?

Hi @jannisEis ,

unfortunately this impossible as you said.

I’ll forward a feature request for our team though.

Best,
Vinicius

Thank you for your reply, and forwarding the feature request, much appreciated!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.