文章 List Liked Item REST 端点

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.