New to Telerik Report ServerStart a free 30-day trial

GET api/reportserver/categories/{categoryId}

Returns a category by ID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
categoryId

Category ID.

string

Required

Body Parameters

None.

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": "sample string 1",
  "Name": "sample string 2"
}
Not finding the help you need?
Contact Support