New to Telerik Report Server? Start a free 30-day trial
POST api/reportserver/data/sql/parametername
Returns the parameter name using the specified data provider.
Request Information
URI Parameters
None.
Body Parameters
Parameter name model.
| Name | Description | Type | Additional information |
|---|---|---|---|
| ProviderName |
For internal use only | string |
Required |
| PropertyName |
For internal use only | string |
Required |
Request body formats
application/json, text/json
json
{
"ProviderName": "sample string 1",
"PropertyName": "sample string 2"
}
Response Information
Resource Description
Parameter name string.
string
| Name | Description | Type | Additional information |
|---|
Response Formats
application/json, text/json
"sample string 1"