POST api/reportserver/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

Sample:
{
  "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:

Sample not available.

In this article
Not finding the help you need?