Skip to main content
List visit media
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

visitId
string
required

Response

200 - application/json

List of media files for the visit.

data
object[]