GET rest/TelerikReportModels/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TelerikReportModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| DisplayName | string |
None. |
|
| SavedName | string |
None. |
|
| CompanyId | integer |
None. |
|
| DateUploaded | date |
None. |
|
| TelerikReportRecoveries | Collection of TelerikBackupRecoveryModel |
None. |
|
| Uri | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"DisplayName": "sample string 2",
"SavedName": "sample string 3",
"CompanyId": 4,
"DateUploaded": "2026-04-01T17:18:04.0100187+00:00",
"TelerikReportRecoveries": [
{
"ID": 1,
"RDLReportID": 2,
"BlobURI": "sample string 3",
"CreatedUserID": 4,
"UserName": "sample string 5",
"CreatedOn": "2026-04-01T17:18:04.0100187+00:00"
},
{
"ID": 1,
"RDLReportID": 2,
"BlobURI": "sample string 3",
"CreatedUserID": 4,
"UserName": "sample string 5",
"CreatedOn": "2026-04-01T17:18:04.0100187+00:00"
}
],
"Uri": "sample string 6"
}
text/xml
Sample:
<TelerikReportModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Navigator.Models">
<CompanyId>4</CompanyId>
<DateUploaded>2026-04-01T17:18:04.0100187+00:00</DateUploaded>
<DisplayName>sample string 2</DisplayName>
<Id>1</Id>
<SavedName>sample string 3</SavedName>
<TelerikReportRecoveries>
<TelerikBackupRecoveryModel>
<BlobURI>sample string 3</BlobURI>
<CreatedOn>2026-04-01T17:18:04.0100187+00:00</CreatedOn>
<CreatedUserID>4</CreatedUserID>
<ID>1</ID>
<RDLReportID>2</RDLReportID>
<UserName>sample string 5</UserName>
</TelerikBackupRecoveryModel>
<TelerikBackupRecoveryModel>
<BlobURI>sample string 3</BlobURI>
<CreatedOn>2026-04-01T17:18:04.0100187+00:00</CreatedOn>
<CreatedUserID>4</CreatedUserID>
<ID>1</ID>
<RDLReportID>2</RDLReportID>
<UserName>sample string 5</UserName>
</TelerikBackupRecoveryModel>
</TelerikReportRecoveries>
<Uri>sample string 6</Uri>
</TelerikReportModel>