We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/thomaxxl/safrs/blame/master/safrs/jsonapi_formatting.py#L128
Once the pagination values have been set on the URL, they are included in first, last etc. links in the output json.
e.g.
'links': { 'first': 'http://#.#/api/table/?filter[table_id]=18&page[offset]=250&page[limit]=250&page[offset]=0&page[limit]=250', 'last': 'http://#.#/api/table/?filter[table_id]=18&page[offset]=250&page[limit]=250&page[offset]=11000&page[limit]=250', 'next': 'http://#.#/api/table/?filter[table_id]=18&page[offset]=250&page[limit]=250&page[offset]=500&page[limit]=250', 'self': 'http://#.#/api/table/?filter[table_id]=18&page[offset]=250&page[limit]=250&page[offset]=250&page[limit]=250' },
The text was updated successfully, but these errors were encountered:
197ff65
Thanks!
Sorry, something went wrong.
No branches or pull requests
https://github.com/thomaxxl/safrs/blame/master/safrs/jsonapi_formatting.py#L128
Once the pagination values have been set on the URL, they are included in first, last etc. links in the output json.
e.g.
The text was updated successfully, but these errors were encountered: