Get a specific document by id.
Security
bearer
GET
curl -i -X GET \
'https://partner.xcures.com/api/v1/patient-registry/document/{documentId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'ProjectId: e6b01018-a333-4732-917e-fe38e91b0fdf'Array [
]
Response
[ { "id": "string", "created": "2019-08-24T14:15:22Z", "updated": "2019-08-24T14:15:22Z", "subjectId": "string", "source": "fhir", "sourceId": "string", "documentName": "string", "documentLocation": "string", "documentDate": "2019-08-24T14:15:22Z", "fileName": "string", "contentType": "string", "signedS3Url": "string" } ]