Skip to main content
List patients

Query Parameters

_start
integer<int64>
default:0

0-based index of the first item to return (offset). Use with _limit for paging.

Required range: x >= 0
_limit
integer<int64>
default:100

Maximum number of items to return per request (1–100).

Required range: 1 <= x <= 100
_sort
string

Name of the field to sort by (e.g. id, name, created_at). Omit for default sort.

_order
enum<string>
default:asc

Sort direction: asc or desc.

Available options:
asc,
desc
clinic_id
integer<int64>

Optional. Limit results to patients assigned to this clinic ID. Omit or 0 for all clinics.

Response

OK

patients
object[] | null
required
$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://api.spikecare.com/public/v1/schemas/PatientsListResponseBody.json"