New to Telerik Report ServerStart a free 30-day trial

POST api/reportserver/v3/data/sql/quotes

Returns the quotes model for a specified connection string.

Request Information

URI Parameters

None.

Body Parameters

Connection model.

ConnectionInfo

NameDescriptionTypeAdditional 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

None.

Not finding the help you need?
Contact Support