New to Telerik Report Server? Start a free 30-day trial
GET api/reportserver/v2/categories/{categoryId}
Returns a category by ID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| categoryId |
Category ID. | string |
Required |
Body Parameters
None.
Response Information
Resource Description
| 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": "f1173374c9b",
"Name": "Sales Reports"
}