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 Int32
    Description The Control Id of the rooms you are interested in
    Required true
    Example <a class="showCode" href="/be/GetWhatsOnEvents?q=4">/be/GetWhatsOnEvents?q=4</a>
  • Events
    Type String
    Description 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 DateTime
    Description 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 DateTime
    Description 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 String
    Description .
  • Name
    Type String
    Description 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 Model
    Description Defines the response object for the get whats on events operation.

Faults

  • Name Json Result Error
    Description This error is thrown where something happens and it was unexpected.
    Type <a href="/ui/Show?name=Json Result Error">JsonResultError</a>