cURL
curl --request GET \ --url https://{tenantId}.api.nestmed.com/api/v1/images/{imageId} \ --header 'Authorization: Bearer <token>'
{ "imageId": "<string>", "visitId": "<string>", "status": "<string>", "imageType": "<string>", "caption": "<string>", "fileName": "<string>", "fileSize": 123, "thumbnailUrl": "<string>", "uploadedAt": "2023-11-07T05:31:56Z", "episodeId": "<string>", "patientId": "<string>", "clinicianId": "<string>", "anatomicalLocation": "<string>", "dimensions": {}, "measurements": {}, "analysis": {}, "progression": {}, "captureTime": "2023-11-07T05:31:56Z", "processedAt": "2023-11-07T05:31:56Z", "metadata": {}, "urls": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Image details.