Slot By-ID
Last updated
Last updated
Every FacilityUse
will have an event[].id
or an event[].event[].id
(in the case where there are IndividualFacilityUses) which will be a URL that looks like https://search.imin.co/facilities-api/v2/slots/{Slot.id}
. This should be used for Slot ByID
searches. Each Slot.id
is appended with YYYY-MM-DDTHH:MM:SS
, depending on the startDate
of the Slot
.
The Slot.id
s returned will depend on which search route is used:
Slot ByID
search following upcoming-slots
query parameter search: the Slot.id
s will include a YYYY-MM-DD
that exactly matches the startDate
included in the initial upcoming-slots
search.
Slot ByID
search following FacilityUse ByID
search: the Slot.id
s will include YYYY-MM-DD
s as far ahead 7 days in the future.
Slot By-ID
searches return a slot for one facility on day at a specific time: one facility + one day + one slot.
Slot By-ID
Search Example