Skip to main content
List visit images
curl --request GET \
  --url https://{tenantId}.api.nestmed.com/api/v1/visits/{visitId}/images \
  --header 'Authorization: Bearer <token>'
{
  "images": [
    {
      "imageId": "<string>",
      "visitId": "<string>",
      "status": "<string>",
      "imageType": "<string>",
      "caption": "<string>",
      "fileName": "<string>",
      "fileSize": 123,
      "thumbnailUrl": "<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

imageType
string

Response

200 - application/json

List of images for the visit.

images
object[]
totalCount
integer