Description
Finds reviews and guides based on the given search criteria.
Input
The input of this method is the document element ns:FindReviewsAndGuidesRequest of type having the structure defined by the following table.
| Element |
Type |
Description |
| ns:MessageID |
xs:string |
If you pass a value in MessageID in a request, we'll return the same value in CorrelationID in the response.
|
| any |
|
|
| ns:ProductID |
ns:ProductIDType |
Use this to retrieve reviews (not guides) for one specific product.
|
| ns:UserID |
xs:string |
Retrieves reviews and guides written by the specified user.
|
| ns:CategoryID |
xs:string |
Specify a single CategoryID to restrict your query to a specific Guide category.
|
| ns:MaxResultsPerPage |
xs:int |
Specifies the maximum number of reviews per page (not guides) in the returned list.
|
| ns:PageNumber |
xs:int |
Specifies the number of the page of data to return in the current call.
|
| ns:ReviewSort |
ns:ReviewSortCodeType |
Include ReviewSort in your request if you want to sort by a parameter, such as CreationTime.
|
| ns:SortOrder |
ns:SortOrderCodeType |
Sorts search results in ascending or descending order, in conjunction with the value you specify in ReviewsSort.
|
Output
The output of this method is the document element ns:FindReviewsAndGuidesResponse of type having the structure defined by the following table.