GET api/reportserver/v2/categories

    Returns a collection of all categories.

    Request Information

    URI Parameters

    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, text/json

    Sample:
    [
      {
        "Id": "sample string 1",
        "Name": "sample string 2"
      },
      {
        "Id": "sample string 1",
        "Name": "sample string 2"
      }
    ]
    In this article
    Not finding the help you need?