Make API pagination size configurable
Description
Currently the per_page parameter for API pagination defaults to 20 and can be set to a maximum of 100. This should be configurable.
Proposal
- Make
per_pagedefault and maximum value configurable - Provide the option to disable API pagination