Bookeasy - Get Operator Modification Dates( getOperatorModDates )
Navigate to Bookeasy
Details
- Name Get Operator Modification Dates
- Description Responsible for returning last change times for operators that match the request provided.
- MethodGroup Operators
Parameters
-
q
Type Int32Description The Unique Identifier of the visitor center you are searching (control id).Required trueExample <a class="showCode" href="/be/getOperatorModDates?q=6">/be/getOperatorModDates?q=6</a>
-
OperatorId
Type Int32Description If you wish to filter this response to a particular operator specify the operator id in this valueExample <a class="showCode" href="/be/getOperatorModDates?q=6&OperatorId=19700">/be/getOperatorModDates?q=6&OperatorId=19700</a>
-
ModifiedAfter
Type DateTimeDescription Will only return operators that have been modified after the date specified here.Example <a class="showCode" href="/be/getOperatorModDates?q=6&ModifiedAfter=2011-01-30">/be/getOperatorModDates?q=6&ModifiedAfter=2011-01-30</a>
-
uiView
Type Boolean
-
IgnoreCache
Type Boolean
-
ShowError
Type Boolean
-
callback
Type String
Response
-
Type <a href="/ui/Show?name=Get Operator Modified Dates Model">GetOperatorModDatesModel</a>Name Get Operator Modified Dates ModelDescription Defines the response object for the GetOperator Mod Dates 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>