Get Resource Availability
Get Resource Availability
POST
[PlatformAddress]/api/1.0/venue?action=getResourceAvailability
Return the availability for resources.
Request Body
venueId*
integer
The id of the venue
startDate*
date
The start date of the period from which to include the resource availability details.
endDate*
date
The end date of the period from which to include the resource availability details.
resourceIds*
array
The end date of the period from which to include the resource availability details.
quantity
integer
Specifies the quantity to check for resource availability.
Example Request
Get Resource Availability
Returns
A collection object with the following properties in the results
id
The unique resource identifier
unAvailableTimes
The reserved date time ranges for resource with quantity
isAvailble
Whether or not resource is available for given time range and quantity. (Only when request contains quantity)
conflict
If resource is not available (i.e. isAvailable to false), then it gives conflicted session details (Only when request contains quantity)
Last updated