cURL
curl --request GET \ --url https://{tenantId}.api.nestmed.com/api/v1/visits/{visitId}/audio \ --header 'Authorization: Bearer <token>'
{ "audio": [ { "audioId": "<string>", "visitId": "<string>", "status": "<string>", "duration": 123, "fileSize": 123, "processingTaskId": "<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>
List of audio files for the visit.
Show child attributes