# Retrieves a BookingOrderDocument resource. Retrieves a BookingOrderDocument resource. Endpoint: GET /v1/booking/orders/{orderId}/documents/{id} Version: 1.0.19 Security: JWT ## Path parameters: - `orderId` (string, required) Order identifier - `id` (string, required) Order Document identifier ## Response 200 fields (application/ld+json): - `@context` (any) - `@id` (string, required) - `@type` (string, required) - `id` (string) Example: "0194ad2c-491c-7c9e-b842-10ee940ed6a3" - `downloadableAt` (string) Example: "2025-01-27T15:15:20+00:00" ## Response 403 fields (application/ld+json): - `@context` (any) - `@id` (string, required) - `@type` (string, required) - `title` (string,null) A short, human-readable summary of the problem. - `detail` (string,null) A human-readable explanation specific to this occurrence of the problem. - `status` (number,null) - `instance` (string,null) A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. - `type` (string) A URI reference that identifies the problem type - `description` (string,null) ## Response 404 fields (application/ld+json): - `@context` (any) - `@id` (string, required) - `@type` (string, required) - `title` (string,null) A short, human-readable summary of the problem. - `detail` (string,null) A human-readable explanation specific to this occurrence of the problem. - `status` (number,null) - `instance` (string,null) A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. - `type` (string) A URI reference that identifies the problem type - `description` (string,null)