Bookeasy - Get Operator Reviews( getOperatorReviews )
Navigate to Bookeasy
Details
- Name Get Operator Reviews
- Description Responsible for returning a list of published customer reviews for an operator.
- MethodGroup Operators
Parameters
-
OperatorId
Type Int32Description This identifier for the operator you wish to retrieve a list of reviews for.Required true
-
PageSize
Type Int32Description How many reviews to return for each page (Default=20, Max=100)
-
PageNo
Type Int32Description The page number to return (Default=1)Example /be/getOperatorReviews?pageNo=3
-
SortByDate
Type BooleanDescription Sort by review date descending? Otherwise the results will sort by average rating descending (Default=true)
-
q
Type Int32
-
uiView
Type Boolean
-
IgnoreCache
Type Boolean
-
ShowError
Type Boolean
-
callback
Type String
Response
-
Name Get Operator Reviews ModelDescription Is the response object for the getOperatorReviews Operation
Faults
-
Name Json Result ErrorDescription This error is thrown where something happens and it was unexpected.Type JsonResultError