cURL
curl --request GET \ --url https://{tenantId}.api.nestmed.com/api/v1/visits/{visitId}/media \ --header 'Authorization: Bearer <token>'
{ "data": [ { "mediaId": "<string>", "visitId": "<string>", "type": "audio", "status": "<string>", "timestamp": "2023-11-07T05:31:56Z" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of media files for the visit.
Show child attributes