URLs
GET api/v1/groups/{groupid}/wikis/{id}.xml (or .json)
SHOW a wiki.
GET api/v1/groups/{groupid}/wikis/{key}.xml (or .json)
SHOW a wiki.
GET api/v1/wikis/{applicationid}.xml (or .json)
SHOW a wiki.
GET api/v1/wikis/{id}.xml (or .json)
SHOW a wiki.
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
Id |
int? |
Either (Id or ApplicationId) or Key + GroupId are required. |
否 |
||
ApplicationId |
Guid? |
Either (Id or ApplicationId) or Key + GroupId are required. |
否 |
||
Key |
string |
Either (Id or ApplicationId) or Key + GroupId are required. |
否 |
||
GroupId |
int? |
Either (Id or ApplicationId) or Key + GroupId are required. |
否 |