ByID Search
Regarding provision of slots via the API, there are four options available:
i)discovery-geo
query parameter search = multiple facilities + multiple days + no slots.
ii)upcoming-slots
query parameter search = multiple facilities + one day + slots.
iii)FacilityUse ByID
search = one facility + multiple days + slots.
iv)Slot ByID
search = one facility + one day + one slot.
A ByID
search, which can only be made once an upcoming-slots
query parameter search has been completed, will return two id
s for each FacilityUse
:
The
FacilityUse id
: this root URL looks like https://search.imin.co/facilities-api/v2/facility-uses/{identifier
} and can be used to make aFacilityUse ByID
search.The
Slot id
: this URL can be found in theFacilityUse
at theevent
array and looks like https://search.imin.co/facilities-api/v2/slots/{event[].id
}. It can be used to make aSlot ByID
search.
Query parameters cannot be used to complete aByID
search.
Last updated