cURL
curl --request GET \ --url https://api.decodahealth.com/notes/{note_id}/documents \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
[ { "id": "<string>", "patientId": "<string>", "filePath": "<string>", "fileType": "<string>", "title": "<string>", "summary": "<string>", "docType": "LAB", "signatureUrl": "<string>", "createdDate": "2023-11-07T05:31:56Z", "noteIds": [], "sourceNoteId": "<string>" } ]
Get all documents linked to a note.
The tenant you are making this request on behalf of
Your api key
Successful Response
LAB
PHARMACY
IMAGE
REPORT
OTHER
CONSENT
NOTE_UPLOAD