Get permission type
Call Instructions:
This API is to obtain a list of all permission types in the confluence space
Interface Information | ||
---|---|---|
Name | Get permission type | |
Address | /rest/tools/1.0/api/spacePermission/getSpacePermissionType | |
Method | GET | |
Return Type | Json | |
Authentication | Basic,token | |
return value format | ||
Field | Type | Description |
code | int | |
msg | String | |
data | String | [ "VIEWSPACE", "REMOVEOWNCONTENT", "COMMENT", "EDITSPACE", "SETSPACEPERMISSIONS", "REMOVEPAGE", "REMOVECOMMENT", "REMOVEBLOG", "CREATEATTACHMENT", "REMOVEATTACHMENT", "EDITBLOG", "EXPORTSPACE", "REMOVEMAIL", "SETPAGEPERMISSIONS" ] |
Example Postman call