URLs
GET api/v1/likeditems.xml (or .json)
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
ApplicationId |
Guid |
Content application identifier for the liked item. |
否 |
||
ContainerId |
Guid |
Content container identifier for the liked item. |
否 |
||
IncludeSubContainers |
bool |
Include sub containers when filtering by ContentId |
否 |
||
ContentTypeId |
Guid |
Content type identifier for the liked item. |
否 |
||
ContentIds |
string |
Comma separated list of ContentIds. Used to limit to a specific set of liked items as well as sort order if SoryBy is set to ContentIdsOrder. |
否 |
||
PageSize |
int |
Number of results to return |
否 |
||
PageIndex |
int |
Page of results to return |
否 |
||
SortBy |
string |
Accepted values are: LikeCount (default), ContentIdsOrder |
否 |
LikeCount |
|
SortOrder |
string |
Accepted values are: Ascending, Descending |
否 |
||
TypeId |
Guid |
Categorization type for the like. |
否 |