New to Telerik Report ServerStart a free 30-day trial

GET api/reportserver/v3/roles/{id}/permissions/{permissionCategory}

Returns the permissions in the specified category for the role with the specified ID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The role ID.

string

Required

permissionCategory

The permission category.

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Permission

NameDescriptionTypeAdditional 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": "514298a8d6f",
    "PermissionCategory": 0,
    "Access": 1,
    "ResourceId": "88d2d76d1e0",
    "Scope": 641
  },
  {
    "Id": "1d836846a12",
    "PermissionCategory": 0,
    "Access": 1,
    "ResourceId": "c297cbda023",
    "Scope": 644
  }
]
Not finding the help you need?
Contact Support