getConsentRecords
Returns a list of all consent records for a specific patient within the authenticated organization, with optional filtering by last modified date.
Results are restricted to records for projects added by the caller's organization.
Only one patient identifier should be provided as a query parameter.
| Path Parameters |
|---|
projectId string — REQUIREDProject id to fetch consent records for |
| Query Parameters |
|---|
limit numberMaximum number of results to return (default: 100, max: 1000) |
offset numberNumber of results to skip for pagination (default: 0) |
mrn stringPatient Medical Record Number |
externalId stringPatient external identifier |
patientId stringHealthEx patient reference ID |
phone stringPatient phone identifier |
email stringPatient email identifier |
| Header Parameters |
|---|
If-Modified-Since stringOptional. RFC 2822 date string. If provided, only returns consent records modified after this date. If not provided, returns all consent records. |
| Responses | |||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200Returns list of consent records with screenshots
|