cURL
curl --request GET \ --url https://{tenantId}.api.nestmed.com/api/v1/episodes/{episodeId}/documents \ --header 'Authorization: Bearer <token>'
{ "documents": [ { "documentId": "<string>", "episodeId": "<string>", "documentType": "<string>", "title": "<string>", "fileName": "<string>", "fileSize": 123, "mimeType": "<string>", "status": "<string>", "uploadedAt": "2023-11-07T05:31:56Z" } ], "totalCount": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
low
normal
high
urgent
List of documents associated with the episode.
Show child attributes