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.
Created by David K.
·