List Patients
Retrieves a paginated list of patients. Optional parameters allow specifying the page number and page size.
Headers
Impilo-API-Key
Query parameters
page
The page number of the content returned.
size
The size of the page of content returned.
sort
The attribute to sort on.
Allowed values:
sortDescending
True if the sort direction should be descending.
id
Lists only patients with the IDs provided.
siteId
Lists only patients with the site IDs provided.
externalIdentifier
Lists only patients with the external identifiers provided.
email
Lists only patients with the provided email.
name
Lists only patients with the provided name.
archived
Lists only patients who are archived.
enrolled
Lists only patients who are enrolled.
dateOfBirthMin
Lists only patients born on or after the provided date.
dateOfBirthMax
Lists only patients born on or before the provided date.
postalCode
Lists only patients with the provided postal code.
country
Lists only patients with the provided country.
Response
OK
content
The content of the page, consisting of a list of objects.
first
True if this is the first page, false otherwise.
last
True if this is the last page, false otherwise.
page
The current page number. The first page has value 1.
size
The current page size. Default 15, maximum 250.
total
The number of objects matching the request.