New to Telerik Report Server? Start a free 30-day trial
GET api/reportserver/v2/dataconnectionproviders
Returns a collection of all available data connection providers.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DbProviderInfo
| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
No documentation available. | string |
None. |
| Description |
No documentation available. | string |
None. |
Response Formats
application/json, text/json
json
[
{
"Name": "Marketing Reports",
"Description": "A short, descriptive summary shown to users in the Report Server UI."
},
{
"Name": "Financial Reports",
"Description": "Provides additional context for users browsing the Report Server catalog."
}
]