Forum Discussion

jongrif's avatar
jongrif
New Contributor
3 years ago

API Pagination entirely within the entity body json

I have an API I need to call where the pagination is housed entirely within the request entity and not in the URL/parameters. E.g. Page 1 would look like: {"recordsPerPage": 100, "currentPage": 1,...