POST api/reportserver/v2/data/sql/model
Returns the fields data model 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
{ "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
SimpleDataModelName | Description | Type | Additional information |
---|---|---|---|
Expression |
No documentation available. |
string |
None. |
Measures |
No documentation available. |
Collection of Object |
None. |
DataSource |
No documentation available. |
IDataSource |
None. |
Name |
No documentation available. |
string |
None. |
Description |
No documentation available. |
string |
None. |
Parent |
No documentation available. |
IDataModelElement |
None. |
Response Formats
application/json, text/json
Sample not available.