Booking
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
id[between]stringOptional
id[gt]stringOptional
id[gte]stringOptional
id[lt]stringOptional
id[lte]stringOptional
Responses
200
Booking collection
hydra:totalItemsintegerOptional
get
/api/bookings200
Booking collection
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Resource identifier
Responses
200
Booking resource
Booking
@idstringRead-onlyOptional
@typestringRead-onlyOptional
@contextone ofRead-onlyOptional
stringOptional
idintegerOptional
The unique identifier for the booking
stateinteger · enumOptionalPossible values:
The state
confirmedAtstring · date-time · nullableOptional
Will be set on finished bookings
personstring · iri-referenceOptional
The Person
invoicestring · iri-referenceOptional
The invoice
numberstringOptional
The booking number
barcodestringOptional
The barcode value
404
Resource not found
get
/api/bookings/{id}Last updated
Was this helpful?