API end point: https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir-r4-strict
.
get-page
A custom operation to get a specific subset (page) of entries from the list resource.
Applies to: List
Name | Cardinality | Type | Documentation |
---|---|---|---|
count | 1..1 | integer | The number of entries per page. |
offset | 1..1 | integer | The starting number out of total entries to retrieve. |
orderBy | 0..1 | string | The column name to use for sorting the list. Sort order will be ascending. |
Name | Cardinality | Type | Documentation |
---|---|---|---|
list | 1..1 | List | The list resource that corresponds to the 'id', with a subset of entries based on the 'count' and the 'offset'. Optionally sorted ascending using the 'orderBy'. |