New to Telerik Report Server? Start a free 30-day trial
POST api/reportserver/v2/reports/{reportId}/revisions
Adds a report revision to the specified report.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| reportId |
Report ID. | string |
Required |
Body Parameters
Report revision model.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Comment |
The report revision comment. | string |
None. |
| RevisionFile |
The report revision file. | HttpFile |
Required |
Request body formats
application/json, text/json
json
{
"Comment": "Published after fixing the summary chart.",
"RevisionFile": {
"Name": "HR Reports",
"FileName": "/Reports/SalesSummary.trdp",
"MediaType": "Media Type 1464",
"Buffer": "QEA="
}
}
Response Information
Resource Description
None.