文章 List Wiki Page Revision REST 端点

URLs

GET api/v1/wikis/{wikiid}/pages/{pageid}/revisions.xml (or .json)

LIST wiki page revisions.

GET api/v1/wikis/{wikiid}/pages/{pagekey}/revisions.xml (or .json)

LIST wiki page revisions.

请求参数

名称

类型

描述

必需

默认值

选项

PageId

int?

Either Id or WikiId and PageKey should be specified.

PageKey

string

Either Id or WikiId and PageKey should be specified.

WikiId

int?

Wiki Id

PostTarget

string

Do not document this property.

SortOrder

string

Options include Ascending, Descending. Default is Descending.

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.