New to Telerik Report Server? Start a free 30-day trial
GET api/reportserver/v2/dataconnections/{dataConnectionId}
Returns a data connection by ID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dataConnectionId |
Data connection ID. | string |
Required |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Data connection identifier. | string |
Required |
| Name |
Specifies the data connection name. | string |
Required |
| Description |
Specifies the data connection description. | string |
None. |
| Provider |
Specifies the data connection provider. | string |
Required |
| ConnectionString |
Specifies the data connection connection string. | string |
Required |
Response Formats
application/json, text/json
json
{
"Id": "sample string 1",
"Name": "sample string 2",
"Description": "sample string 3",
"Provider": "sample string 4",
"ConnectionString": "sample string 5"
}