Booking

Retrieves the collection of Booking resources.

get

Retrieves the collection of Booking resources.

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
chevron-right
200

Booking collection

hydra:totalItemsintegerOptional
get
/api/bookings
200

Booking collection

Retrieves a Booking resource.

get

Retrieves a Booking resource.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

Resource identifier

Responses
chevron-right
200

Booking resource

Booking

@idstringRead-onlyOptional
@typestringRead-onlyOptional
@contextone ofRead-onlyOptional
stringOptional
or
idintegerOptional

The unique identifier for the booking

stateinteger · enumOptional

The state

Possible values:
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

get
/api/bookings/{id}

Last updated

Was this helpful?