GET api/reportserver/v2/reports/{reportId}/shelve

    Gets the shelve data for the specified report The shelve data is the unpublished state of the report.

    Request Information

    URI Parameters

    NameDescriptionTypeAdditional information
    reportId

    Report ID.

    string

    Required

    Body Parameters

    None.

    Response Information

    Resource Description

    ReportShelveContent
    NameDescriptionTypeAdditional information
    Content

    Specifies the shelve content.

    Collection of byte

    None.

    Extension

    Specifies the shelve content extension

    string

    None.

    Response Formats

    application/json, text/json

    Sample:
    {
      "Content": "QEA=",
      "Extension": "sample string 1"
    }
    In this article
    Not finding the help you need?