New to Telerik Report Server? Start a free 30-day trial
GET api/reportserver/v3/permissions/{permissionCategory}/{permissionId}
Returns the permission with the specified category and ID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| permissionCategory |
The permission category. | string |
Required |
| permissionId |
The permission ID. | string |
Required |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Permission identifier. | string |
None. |
| PermissionCategory |
Specifies the permission category. | PermissionCategory |
None. |
| Access |
Specifies the access permission. | AccessPermission |
None. |
| ResourceId |
Specifies the ID of the secured resource. | string |
None. |
| Scope |
Specifies the scope of the permission. | integer |
None. |
Response Formats
application/json
json
{
"Id": "d4c101ada7c",
"PermissionCategory": 0,
"Access": 1,
"ResourceId": "e830bf4848d",
"Scope": 638
}