# Retrieves a BookingReservation resource. Retrieves a BookingReservation resource. Endpoint: GET /v1/booking/reservations/{id} Version: 1.0.7 Security: JWT ## Path parameters: - `id` (string, required) Reservation identifier ## Response 200 fields (application/ld+json): - `@context` (any) - `@id` (string) - `@type` (string) - `expired` (boolean) - `catalog` (string) Example: "/v1/ticketing/catalogs/0194cb23-170e-71f0-b4bb-0a7e644dea34" - `id` (string) Example: "0194cb34-0ad0-711e-b447-6e7a9423e96c" - `createdAt` (string) Example: "2025-01-27T15:15:20+00:00" - `totalAmountInclTax` (string) Example: "100.00" - `totalAmountExclTax` (string,null) Example: "80.00" - `expiresAt` (string) Example: "2025-01-27T15:15:20+00:00" - `items` (array) - `items.amountInclTax` (string) Example: "100.00" - `items.amountExclTax` (string,null) Example: "80.00" - `items.date` (string,null) Example: "2025-01-27" - `items.offer` (string) Example: "/v1/ticketing/catalogs/0194d07e-aa2e-77b1-b68d-92664785a066/offers/0194cb33-2af2-7939-b81f-1cb361cb6a7e" - `items.product` (string) Example: "/v1/ticketing/catalogs/0194d07e-aa2e-77b1-b68d-92664785a066/products/0194cb33-438f-7e76-9aae-f83b4a594e16" - `items.offerTickets` (array) - `items.offerTickets.ticket` (string) Example: "/v1/ticketing/catalogs/0194d07e-aa2e-77b1-b68d-92664785a066/offers/01956ae9-992b-729b-845e-f524d029139c/tickets/0194cb33-b620-7c91-9abe-1ff7b47ac3a2" - `items.offerTickets.session` (string,null) Example: "/v1/ticketing/catalogs/0194d07e-aa2e-77b1-b68d-92664785a066/events/01956fed-b4d0-7c08-97e7-dffdbfad1abf/sessions/0194cb33-c80d-7abe-ad9d-daf1018ecc47" - `items.offerTickets.seating` (any) - `organization` (string) Example: "/v1/organizations/0194cb23-170e-71f0-b4bb-0a7e644dea34" - `order` (string,null) - `seatsArrangement` (string) Enum: "ADJACENT", "NON_ADJACENT", "UNKNOWN" - `releasable` (boolean) - `status` (string) Enum: "reserved", "released" ## Response 403 fields (application/ld+json): - `@context` (any) - `@id` (string) - `@type` (string) - `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) - `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) - `@type` (string) - `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) - `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)