文章 List Bookmark REST 端点

URLs

GET api/v1/bookmarks.xml (or .json)

LIST bookmark.

请求参数

名称

类型

描述

必需

默认值

选项

ContainerId

Guid?

Content container identifier

IncludeSubContainers

bool?

Include sub containers. ContainerId must be set if this is set.

ApplicationId

Guid?

Content application identifier

ContentTypeIds

string

Content type identifiers, comma separated

UserId

int?

User identifier

TypeId

Guid?

Categorization type

SortBy

string

Sort by 'Date', 'Title', 'Application'. Default is 'Title'

SortOrder

string

Sort order 'Ascending' or 'Descending'. Default is 'Ascending'

PageSize

int?

Specify the number of results to return per page. If not set the default is 20. The max is 100.

PageIndex

int?

Specify the page number of paged results to return. Zero-based index. If not specified the default is 0.