URLs
GET api/v1/ratings.xml (or .json)
LIST ratings.
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
ContentId |
Guid? |
Content identifier |
否 |
||
ContentUrl |
string |
Content url |
否 |
||
ContainerId |
Guid? |
Content container identifier |
否 |
||
IncludeSubContainers |
bool? |
Include sub containers |
否 |
||
ApplicationId |
Guid? |
Content application identifier |
否 |
||
ContentTypeId |
Guid? |
Content type identifier |
否 |
||
UserId |
int? |
User identifier |
否 |
||
TypeId |
Guid? |
Categorization type |
否 |
||
SortBy |
string |
Sort by 'Rating' or 'Date' |
否 |
||
SortOrder |
string |
Sort order 'Ascending' or 'Descending' |
否 |
||
PageSize |
int? |
Page size to retrieve |
否 |
||
PageIndex |
int? |
Page index to retrieve |
否 |