New to Telerik Report ServerStart a free 30-day trial

POST api/reportserver/v2/data/sql/parameters

Returns the required parameters for the specified data connection.

Request Information

URI Parameters

None.

Body Parameters

Query with parameters model.

QueryInfoWithParameters

NameDescriptionTypeAdditional information
QueryInfo

No documentation available.

QueryInfo

Required

Parameters

No documentation available.

Collection of QueryInfoParameter

None.

Request body formats

application/json, text/json

json
{
  "QueryInfo": {
    "SelectCommandType": 0,
    "SelectCommand": "sample string 1",
    "CommandTimeout": 2,
    "Name": "sample string 3",
    "Provider": "sample string 4",
    "ConnectionString": "sample string 5"
  },
  "Parameters": [
    {
      "Name": "sample string 1",
      "Value": {},
      "DbType": 0
    },
    {
      "Name": "sample string 1",
      "Value": {},
      "DbType": 0
    }
  ]
}

Response Information

Resource Description

Collection of QueryParameter

NameDescriptionTypeAdditional information
Name

No documentation available.

string

None.

DbType

No documentation available.

System.Data.DbType

None.

Response Formats

application/json, text/json

Sample not available.

Not finding the help you need?
Contact Support