New to Telerik Report Server? Start a free 30-day trial
POST api/reportserver/v3/categories
Creates a new category.
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
The category name. | string |
Required |
Request body formats
application/json, text/json, application/*+json
json
{
"Name": "Marketing Reports"
}
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
json
{
"Id": "4c0ca2a34c7",
"Name": "Marketing Reports"
}