MIDAS API Addon MIDAS API: get_availability

Checks whether a venue is available (free) for booking between two dates/times
Required ParametersPossible ValuesDescription
startValid date and time
(Format: YYYYMMDDHHMM)
Start time
endValid date and time
(Format: YYYYMMDDHHMM)
End time
venueVenue nameVenue
Optional ParametersPossible ValuesDescription
attendeesnumberThe number of desired attendees. If specified, availability will also be dependent upon whether the number of attendees if less than the venue's capacity and/or maximum global occupancy levels.
prenumberThe number of minutes setup time before the booking start time
postnumberThe number of minutes breakdown time after the booking end time
Example Response
↓ Show
{
	"availability":"1"
}
Variables ReturnedDescription
availabilityCurrent Venue Availability.
A value of "1" means the venue is "available" on the dates/times specified.
A value of "Unavailable" means the venue is not available on the dates/times specified (i.e. clashes with an existing booking).
Any other values also mean "Unavailable" but will specify the reason for the unavailability i.e. "This will exceed your maximum occupancy level", or "Venue unavailable from 6/5/2103"