Skip to main content
List visit audio
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

visitId
string
required

Query Parameters

status
string
recordingType
string

Response

200 - application/json

List of audio files for the visit.

audio
object[]
totalCount
integer