Get Diagnostic Prescription Result Attachment Pdf url
GEThttps://api.staging.daslab.health/v1/diagnostic-prescriptions/:id/attachment
Get Diagnostic Prescription Result Attachment Pdf url, used in FE apps
Request
Path Parameters
id stringrequired
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
url stringrequired
Attachment presigned url
{
"url": "string"
}
Authorization: http
name: bearertype: httpscheme: bearerbearerFormat: JWT
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET 'https://api.staging.daslab.health/v1/diagnostic-prescriptions/:id/attachment' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear