New to Telerik Report Server? Start a free 30-day trial
POST api/reportserver/v3/data/sql/schema/supported
Gets if the connection is supported for DB schema retrieval.
Request Information
URI Parameters
None.
Body Parameters
Connection model.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
No documentation available. | string |
None. |
| Provider |
No documentation available. | string |
None. |
| ConnectionString |
No documentation available. | string |
Required |
Request body formats
application/json, text/json, application/*+json
json
{
"Name": "Northwind SQL Connection",
"Provider": "System.Data.SqlClient",
"ConnectionString": "Data Source=.;Initial Catalog=Northwind;Integrated Security=True"
}
Response Information
Resource Description
Boolean result.
boolean
Response Formats
application/json
true