New to Telerik Report ServerStart a free 30-day trial

GET api/reportserver/v1/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

json
{
  "Content": "QEA=",
  "Extension": "sample string 1"
}
Not finding the help you need?
Contact Support