PageInfo

  • The API response includes details on the total number of results available.

  • The response specifies the number of results included in the current page of the API response.

  • The starting index of the first item within the response is provided in the response.

  • The information is represented in a JSON format with three integer fields, totalResults, resultsPerPage, and startIndex.

Contains details about the total number of results for an API response as well as the number of results returned in the response.

JSON representation
 { 
 "totalResults" 
 : 
 integer 
 , 
 "resultsPerPage" 
 : 
 integer 
 , 
 "startIndex" 
 : 
 integer 
 } 
Fields
totalResults

integer

The total number of results in the result set.

resultsPerPage

integer

The number of results included in the API response.

startIndex

integer

The index of the first item in the API response.

Design a Mobile Site
View Site in Mobile | Classic
Share by: