New to Telerik Report Server? Start a free 30-day trial
GET api/reportserver/v2/categories/reportaccess/{accessPermission}
Returns a collection of all categories for which the current user has the requested access permission. The access permission applies to a report in the category or to the category itself.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accessPermission |
Access permission. | AccessPermission |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Category
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The ID of the category. | string |
Required |
| Name |
The category name. | string |
Required |
Response Formats
application/json, text/json
json
[
{
"Id": "36f6f737dda",
"Name": "Marketing Reports"
},
{
"Id": "d5ffb86b0ac",
"Name": "Financial Reports"
}
]