/
Pagination

Pagination

All operations in the API that returns a list of objects returns the list result with pagination.

The amount of records returned within a single API request can be a maximum of 200 using a "take" query parameter.

Retrieving the next page is possible by setting "skip".

The returned collection will include "Size", which is the total number of records.

Take into account that elements might be added/removed/re-ordered in between fetching of each page. As default we sort chronologically ascending to reduce this risk.

Large fields

For some entities the API never returns large fields for Paged routes:

Patient: Photo, Comment

Action: Public data, private data

Related content

Patient Demographic and Session/Action Hierarchy
Patient Demographic and Session/Action Hierarchy
Read with this
Postman - Patient Search
Postman - Patient Search
More like this
Update Resources Using Concurrency Control
Update Resources Using Concurrency Control
Read with this
NoahES Groups and Locations User Memberships Limit
NoahES Groups and Locations User Memberships Limit
More like this
Upcoming Changes
Read with this
Postman - Get a PatientIdentification
Postman - Get a PatientIdentification
More like this