New to Telerik Report ServerStart a free 30-day trial

POST api/reportserver/v2/categories

Creates a new category.

Request Information

URI Parameters

None.

Body Parameters

Category model.

CreateCategoryData

NameDescriptionTypeAdditional information
Name

The category name.

string

Required

Request body formats

application/json, text/json

json
{
  "Name": "Financial Reports"
}

Response Information

Resource Description

Category

NameDescriptionTypeAdditional information
Id

The ID of the category.

string

Required

Name

The category name.

string

Required

Response Formats

application/json, text/json

json
{
  "Id": "37604ad2992",
  "Name": "Financial Reports"
}
Not finding the help you need?
Contact Support