New to Telerik Report Server? Start a free 30-day trial
GET api/reportserver/v2/reports/{reportId}/revisions
Returns a collection of all report revisions for the specified report.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| reportId |
Report ID. | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ReportRevisionInfo
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Gets or sets the report revision identifier. | string |
None. |
| Version |
Gets or sets the version of the report revision. | integer |
None. |
| Comment |
Gets or sets report revision comment. | string |
None. |
| CreatedBy |
Gets or sets the ID of the user who has created the revision. | string |
None. |
| Date |
Obsolete since R2 2020. Use DateCreatedUtc property instead. Gets or sets the date when the report revision was created. | date |
None. |
| DateCreatedUtc |
Gets or sets the date when the report revision was created in UTC. | date |
None. |
| Extension |
Gets or sets the extension of the revision file | string |
None. |
Response Formats
application/json, text/json
json
[
{
"Id": "97618b1b464",
"Version": 1413,
"Comment": "Initial published version.",
"CreatedBy": "f6eafe91c60047bb853d579b810d086f",
"Date": "2026-08-12T14:15:53.2489553+00:00",
"DateCreatedUtc": "2026-08-12T14:15:53.2489553Z",
"Extension": ".trdx"
},
{
"Id": "d42443b615b",
"Version": 1420,
"Comment": "Updated the data source connection.",
"CreatedBy": "079dfdcd02ff44188c5851ccabb364ef",
"Date": "2026-08-12T14:15:53.2489553+00:00",
"DateCreatedUtc": "2026-08-12T14:15:53.2489553Z",
"Extension": ".trdp"
}
]