文章 Show Wiki Toc REST 端点

URLs

GET api/v1/wikis/{wikiid}/pages/{wikipageid}/toc.xml (or .json)

SHOW the table of contents for a wiki page.

GET api/v1/wikis/{wikiid}/toc.xml (or .json)

SHOW the table of contents for a wiki.

请求参数

名称

类型

描述

必需

默认值

选项

WikiId

int

Wiki Id

WikiPageId

int?

Wiki Page Id

ShowHiddenPages

bool?

When true items with their HiddenInTableOfContents flag set to true will be included. By default they are not included in the list.