List support documents of a pre-appointment
GET/v1/checkin/appointments/:id/documents
Returns all enabled documents of a pre-appointment, including presigned download URLs (null for placeholders without a file) and associated charge information when applicable. Returns an empty list if the pre-appointment has no documents.
Request
Responses
- 200
- 401
- 403
- 404
- 502
Documents retrieved successfully (may be empty list)
Unauthorized: missing or invalid Bearer token
Forbidden - your credentials are not authorised for this operation
Pre-appointment not found or does not belong to the authenticated provider
Bad Gateway: document storage service is unavailable