URLs
GET api/v1/wikis/{wikiid}/pages/{id}.xml (or .json)
SHOW details for a wiki page.
GET api/v1/wikis/{wikiid}/pages/{pagekey}.xml (or .json)
SHOW details for a wiki page.
GET api/v1/wikis/pages/{contentid}.xml (or .json)
SHOW details for a wiki page.
GET api/v1/wikis/pages/{id}.xml (or .json)
SHOW details for a wiki page.
Request Parameters
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
Id |
int? |
Either (Id or ContentId) or WikiId and PageKey should be specified. |
否 |
||
ContentId |
Guid? |
Either (Id or ContentId) or WikiId and PageKey should be specified. |
否 |
||
PageKey |
string |
Either (Id or ContentId) or WikiId and PageKey should be specified. |
否 |
||
WikiId |
int? |
Either (Id or ContentId) or WikiId and PageKey should be specified. |
否 |
||
PostTarget |
string |
Do not document this property. |
否 |
||
ForumThreadId |
int? |
Forum Thread Id |
否 |