New to Telerik Report ServerStart a free 30-day trial

GET api/reportserver/v3/categories

Returns a collection of all categories.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
filter

The filter expression.

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Category

NameDescriptionTypeAdditional information
Id

The ID of the category.

string

Required

Name

The category name.

string

Required

Response Formats

application/json

json
[
  {
    "Id": "ed0776e0132",
    "Name": "Sales Reports"
  },
  {
    "Id": "c097a0bb975",
    "Name": "HR Reports"
  }
]
Not finding the help you need?
Contact Support