Skip to content

GET API call max records in response #3108

Answered by justin-tay
ShivaniSK asked this question in Q&A
Discussion options

You must be logged in to vote

There is a default page size of 500 if none is provided in the request.

You can either configure the default page size higher or set a page size for the request.

For JSON-API this can be done by setting the page[limit] query parameter.

http://localhost:8080/api/group?page%5Blimit%5D=3000

You can refer to the documentation for JSON API for the syntax for pagination.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ShivaniSK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants