There needs to be a page and page_size filter for every applicable endpoint.
Z
Zircon blue Grouse
This would allow larger data sets to be retrieved without having to make excessive calls and would align pagination across the API.
An example of an endpoint without page_size is the GET request for "/asset_layouts"
There is no page_size filter here. This would greatly increase what could be done with various endpoints.
P
Previous Gecko
This would enable it to use generic page handling logic on this API, and would greatly help numerous clients with their workflow!