Get booking
GET/bookings/:id
Returns the booking. See (3.5.2) in the process flow - booking. In the 'meta'-field the digital tickes can be returned (see (3.3) in the process flow - booking)
Request
Responses
- 200
- 401
- 404
The booking was found
Response Headers
Content-Language
A list of the languages/localizations the user would like to see the results in. For user privacy and ease of use on the TO side, this list should be kept as short as possible, ideally just one language tag from the list in operator/information
Example:
nl, de;q=0.7Although the HTTP standard specifies "unauthorized", semantically this response means "unauthenticated". That is, the client must authenticate itself to get the requested response.
The requested resources does not exist or the requester is not authorized to see it or know it exists.