URLs
GET api/v1/groups/{groupid}/wikis.xml (or .json)
LIST wikis.
GET api/v1/wikis.xml (or .json)
LIST wikis.
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
GroupId |
int? |
Group Id |
否 |
||
IncludeSubGroups |
bool? |
Only used when GroupId is specified. Default is false. |
否 |
||
ApplicationIds |
string |
Comma separated list of ApplicationIds. Used to limit to a specific set of wikis as well as sort order if SoryBy is set to ApplicationIdsOrder |
否 |
||
IncludeDisabled |
bool? |
Only return wikis that are enabled. Default is true. |
否 |
||
PermissionId |
string |
Used to get a list of blogs for which the user set in UserId has the provided Permission ID. |
否 |
||
SortBy |
string |
Options: Date, Score:SCORE_ID, ApplicationIdsOrder |
否 |
||
UserId |
int? |
User ID of the user to check permissions for. This option is only used whenever the PermissionId is also supplied. |
否 |
||
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. |
否 |