List Patients (v2)

Retrieves a list of all patients, from either the EHR or HERO.

SecurityapiKeyAuth and practiceGroupId
Request
query Parameters
field
string
search
string
dataSource
string
Enum: "hero" "ehr"
Responses
200

Ok

400

Validation error

401

Unauthorised

404

Not found

500

Unknown error

get/v2/patients
Request samples
Response samples
application/json
{
  • "data": [
    ],
  • "count": 0
}