Retrieves a paginated list of patient profiles.
The following fields are always included in the response, regardless of the select
parameter:
mobile
oid
username
fln
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
"EC_1431"
1
The number of records to return. Default is 500. Maximum is 2000.
100
Comma-separated list of additional fields to include in the response.
Example: abha,dob,gen
Valid optional fields: abha
, c_ate
, dob
, gen
, u_ate
Get profiles created after this time Format: epoch timestamp Example: 1750745358
Include archived profiles in the response.
Default is false
. Set to true
to include archived profiles.
Setting this to true
will also include arc
field in the response wherever applicable.
A list of patient profiles
The response is of type object
.