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
Name | Description | Type | Additional information |
---|---|---|---|
reportId |
Report ID. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
ReportShelveContentName | Description | Type | Additional 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" }