New to Telerik Report Server? Start a free 30-day trial
GET api/reportserver/v2/categories
Returns a collection of all categories.
Request Information
URI Parameters
None.
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": "32e44d272bd",
"Name": "HR Reports"
},
{
"Id": "cff1866e8af",
"Name": "Sales Reports"
}
]