Expand description
Paging management for unified API response
Structs§
- List
Response - The API returns seven primary objects in the body of the response: resultsPerPage, startIndex, totalResults, format, version, timestamp, and Object. The format and version objects identify the format and version of the API response. timestamp identifies when the response was generated.
- Pagination
- If the value of totalResults is greater than the value of resultsPerPage, then additional requests are necessary to return the remaining Object. The parameter startIndex may be used in subsequent requests to identify the starting point for the next request. More information and the best practices for using resultsPerPage and startIndex are described above.