Bookeasy - Get Events Operator Event Details.( getEventsOperatorEventDetails )

Navigate to Bookeasy

Details

  • Name Get Events Operator Event Details.
  • Description This message returns details relating to a event operators events.
  • MethodGroup Events

Parameters

  • q
    Type Int32
    Description q is the Control id the operator belongs to.
    Required true
  • operators
    Type String
    Description A list of operator ids you wish to filter the search by
    Example <a class="showCode" href="/be/getEventsOperatorEventDetails?q=85&operators=70129,68282">/be/getEventsOperatorEventDetails?q=85&operators=70129,68282</a>
  • CampaignId
    Type Int32
    Description Filters the results to only return specific campaign information. This overrides the operators parameter
    Example <a class="showCode" href="/be/getEventsOperatorEventDetails?q=85&CampaignId=6">/be/getEventsOperatorEventDetails?q=85&CampaignId=6</a>
  • ExternalSearch
    Type Boolean
    Description Enables you to return information on operators that are not linked to your visitor center
    Example <a class="showCode" href="/be/getEventsOperatorEventDetails?q=85&operators=19700&ExternalSearch=true">/be/getEventsOperatorEventDetails?q=85&operators=19700&ExternalSearch=true</a>
  • uiView
    Type Boolean
  • IgnoreCache
    Type Boolean
  • ShowError
    Type Boolean
  • callback
    Type String

Response

  • Type <a href="/ui/Show?name=Get Events Operator Events Details Model">GetEventsOperatorEventDetailsModel</a>
    Name Get Events Operator Events Details Model
    Description The response object for the get Events operato Events details model.

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>