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