FAQ: How can I set API pagination in the header for an HTTPS GET request?
Q: I need to set API pagination in the header of my HTTP GET request. How can I do this?
A: We do support API pagination in the HTTP request header.
- In your HTTP header, set your header name (first field) to Pagination. Set the header value (field to the right) as {"pageNumber":1,"pageSize":999999,"excludeTotalCount":false}
-
In the Does this API support paging? section, set the paging information like so:
Paging method: “PAGE”
Page: Enter the initial or default page value per your API, such as 1. - In the Non-standard API response patterns section, enter pagedResults.items in the Resource path.
0
Comments
Please sign in to leave a comment.