GET webapi/root/SiteObjects?siteName={siteName}&categoryName={categoryName}
Gets average rating for given Site object represented by its unique name.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
siteName | Unique name of Site object whose average rating to return. Required. |
Define this parameter in the request URI. |
categoryName | Name of the category for which rating applies (e.g. 'Recommendation') . Optional. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
1.1
application/xml, text/xml
Sample:
<double xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1.1</double>