Bookeasy - Get Operators Metadata( getOperatorsMetadata )

Navigate to Bookeasy

Details

  • Name Get Operators Metadata
  • Description Responsible for returning meta data information for the operators specified in the request.
  • MethodGroup Operators

Parameters

  • q
    Type Int32
    Description The Control Id of the rooms you are interested in
    Required true
    Example <a class="showCode" href="/be/getOperatorsMetadata?q=4">/be/getOperatorsMetadata?q=4</a>
  • operators
    Type String
    Description A list of operator ids you wish to filter the search by
    Example <a class="showCode" href="/be/getOperatorsMetadata?q=4&operators=7365,7376">/be/getOperatorsMetadata?q=4&operators=7365,7376</a>
  • uiView
    Type Boolean
  • IgnoreCache
    Type Boolean
  • ShowError
    Type Boolean
  • callback
    Type String

Response

  • Type <a href="/ui/Show?name=Get Operators Metadata Model">GetOperatorsMetadataModel</a>
    Name Get Operators Metadata Model
    Description The response object for the get operators metadata 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>