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.
QueryInfoWithParametersName | Description | Type | Additional 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 QueryParameterName | Description | Type | Additional 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.