Firehose and Booking \[BETA\]
For an event or facility to be bookable via the Firehose, the following three requirements must be met:
- There must be a valid bookable offer at the
SessionSeries-level /FacilityUse-level; - The
ScheduledSession/Slotmust have available spaces; and - The event/facility must be in the future (located at the
ScheduledSession/Slot-level).
SessionSeries.imin:isPotentiallyBookable = trueANDScheduledSession.imin:isPotentiallyBookable = trueANDScheduledSession.startDate is before `timeOfRequest` + `Offer.validFromBeforeStartDate`FacilityUse.imin:isPotentiallyBookable = trueANDSlot.imin:isPotentiallyBookable = trueANDSlot.startDate is before `timeOfRequest` + `Offer.validFromBeforeStartDate`