How to figure out the response pagination

I am having a hard time getting all the response of endpoint with a GET method. The size of the first page is 10, to have all the response I have to make an endpoint of mine; a practice I do not want to continue.I am using the flowable with JQuery Client

Hi,

The page size can be changed by giving a different value using the size request parameter:

http://www.flowable.org/docs/userguide-5.22.0/index.html#_request_parameters

Best regards,

Tijs

And use a big number to get “everything”, but be careful about the size of the response you might get :slight_smile:

Paul.