Skip to content

History

Changes to a booking’s state is recorded in the booking history. The booking history is always sorted by the capture time.

FieldTypeDescription
id*UUID!The ID of the booking event.
time*Timestamp!The time this event was captured.
userStringThe name of the user who caused this event. May be null, which represents an event caused by Mobiledock itself. If user is null but organisation has a value, then the event was caused by an organisation token.
organisationOrganisationReferenceThe organisation of the user who caused this event. Will only be null when user is null.