OHI Value-Based Payments
 PreviousHomeNext 
4.3.2 LinksBook Index4.3.4 Indicating Failure

4.3.3 Pagination

An HTTP API service response to GET resource request may support pagination to handle large data volumes if specified as a requirement for the integration point. Additional information must be supplied along with the Integration point's URI regarding the "offset" and "limit". By default, the Offset is set to 0 and Limit is set at 50. i.e if only the URI is specified, first 50 resources will be returned in the response along with the links "next" and "prev"  as applicable. 

Offset: Specifies the nth record from which the subset is desired
Limit:  Specifies the number of elements to be returned

Example URI to fetch next 50 records.

<Integration Point URI>?offset=51&&limit=50 
 PreviousHomeNext 
4.3.2 Links4.3.4 Indicating Failure