cURL
curl --request GET \ --url https://api.decodahealth.com/user/patient/{patient_id}/documents \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
{ "data": [ { "id": "<string>", "patientId": "<string>", "filePath": "<string>", "fileType": "<string>", "title": "<string>", "summary": "<string>", "docType": "LAB", "signatureUrl": "<string>" } ], "total": 123 }
Get all documents for a patient.
The tenant you are making this request on behalf of
Your api key
asc
desc
Successful Response
Show child attributes
LAB
PHARMACY
IMAGE
REPORT
OTHER
CONSENT
NOTE_UPLOAD