cURL
curl --request GET \ --url https://api.raul.ugps.io/api/v1/visit_detail/images/{visitDetailId} \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "visit_id": {}, "image_name": {}, "image": {}, "image_url": {} } ]
Operacion: Get all images for a visit (legacy route).
Bearer token authentication
List of images for the visit
Image ID
Visit ID
Image name
Image data in base64 format
Image URL (Azure Blob Storage SAS URL)