Get Appointment List
BetaSearches for appointments that match the query parameters.
Headers
Authorization
OAuth authentication of the form <token>.
Query parameters
sort_field
Defaults to appointment.startTimestamp.
sort_direction
Defaults to asc.
Allowed values:
limit
Defaults to 100.
page_token
A token that can be used to retrieve the next or previous page of results
filters
A serialized list of filters separated by commas indicating filters to apply. Each filter is of the form ‘path:operator:value’. Example: ‘patient.mrn|eq|12345’. Filters are separated by commas. Example: ‘patient.mrn|eq|12345,appointment.startDate|gt|67890’. All filters are ANDed together. Valid operators are ‘eq’, ‘gt’, ‘lt’, ‘contains’. Path values are camelCase.
Response
This endpoint returns an object.
items
total
next_page_token
A token that can be used to retrieve the next or previous page of results
prev_page_token
A token that can be used to retrieve the next or previous page of results