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.

  1. 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}
  2. 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.
  3. In the Non-standard API response patterns section, enter pagedResults.items in the Resource path.
0

Comments

0 comments

Please sign in to leave a comment.

 

Didn't find what you were looking for?

New post