New to Telerik Report Server? Start a free 30-day trial
POST api/reportserver/v2/data/sql/schema
Returns the data schema for a specified connection string.
Request Information
URI Parameters
None.
Body Parameters
Connection model.
| Name | Description | Type | Additional information |
|---|---|---|---|
| SchemaRestrictions |
No documentation available. | string |
None. |
| 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
json
{
"SchemaRestrictions": "Schema Restrictions 1386",
"Name": "Northwind Oracle Connection",
"Provider": "System.Data.OracleClient",
"ConnectionString": "Data Source=Northwind;User Id=sa;Password=P@ssw0rd!;"
}
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| A |
No documentation available. | Collection of Namespace |
None. |
| N |
No documentation available. | string |
None. |
Response Formats
application/json, text/json
Sample not available.