Bookeasy - Get Whats On Events( GetWhatsOnEvents )
Navigate to Bookeasy
Details
- Name Get Whats On Events
- Description Responsible for returning whats on events for a specific request.
- MethodGroup Whats On
Parameters
-
q
Type Int32Description The Control Id of the rooms you are interested inRequired trueExample <a class="showCode" href="/be/GetWhatsOnEvents?q=4">/be/GetWhatsOnEvents?q=4</a>
-
Events
Type StringDescription A comma separated list of whats on event ids.Example <a class="showCode" href="/be/GetWhatsOnEvents?q=4&Events=37185,37185">/be/GetWhatsOnEvents?q=4&Events=37185,37185</a>
-
StartDate
Type DateTimeDescription A filter specifying that you want only events after the date specified.Example <a class="showCode" href="/be/GetWhatsOnEvents?q=4&StartDate=2011-08-01">/be/GetWhatsOnEvents?q=4&StartDate=2011-08-01</a>
-
EndDate
Type DateTimeDescription A filter specifying that you want only events before the date specified.Example <a class="showCode" href="/be/GetWhatsOnEvents?q=4&EndDate=2011-08-01">/be/GetWhatsOnEvents?q=4&EndDate=2011-08-01</a>
-
EventType
Type StringDescription .
-
Name
Type StringDescription Return results that match the specified name.Example <a class="showCode" href="/be/GetWhatsOnEvents?q=4&Name=MARGARET RIVER LIONS - GARAGE SALE DATES">/be/GetWhatsOnEvents?q=4&Name=MARGARET RIVER LIONS - GARAGE SALE DATES</a>
-
uiView
Type Boolean
-
IgnoreCache
Type Boolean
-
ShowError
Type Boolean
-
callback
Type String
Response
-
Type <a href="/ui/Show?name=Get Whats On Events Model">GetWhatsOnEventsModel</a>Name Get Whats On Events ModelDescription Defines the response object for the get whats on events operation.
Faults
-
Name Json Result ErrorDescription This error is thrown where something happens and it was unexpected.Type <a href="/ui/Show?name=Json Result Error">JsonResultError</a>