FacilityUse By-ID

The root ids returned in an upcoming-slots query parameter search form the basis of the FacilityUse ByID search.

Every FacilityUse will have a root id, which will be a URL that looks like https://search.imin.co/facilities-api/v2/facility-uses/{identifier}. This should be used to make FacilityUse By-ID searches, which will return all availableSlots for a specific FacilityUse for up to 7-days in the future from today's date.

When the FacilityUse By-ID route is used, the event property will contain one of two data structures:

  1. an array of Slots or

  2. an array of IndividualFacilityUses

    Each of which will contain an event array of Slots. Every Slot will contain an id and you can use these Slot.ids to make a Slot ByID search.

Last updated