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. |
否 |