History
Interface: History
Section titled “Interface: History”Changes to a booking’s state is recorded in the booking history. The booking history is always sorted by the capture time.
Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
id* | UUID! | The ID of the booking event. |
time* | Timestamp! | The time this event was captured. |
user | String | The 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. |
organisation | OrganisationReference | The organisation of the user who caused this event. Will only be null when user is null. |