Searches for appointments that match the query parameters.
The string path to the field to order by. Defaults to appointment.startTimestamp. Path values are camelCase.
Defaults to asc.
Defaults to 100.
A token that can be used to retrieve the next or previous page of results
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’. Path values are camelCase.
A token that can be used to retrieve the next or previous page of results
A token that can be used to retrieve the next or previous page of results