New to Telerik Report Server? Start a free 30-day trial
GET api/reportserver/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
| Name | 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
json
{
"Content": "QEA=",
"Extension": "sample string 1"
}