New to Telerik Report ServerStart a free 30-day trial

POST api/reportserver/v1/data/sql/parametername

Returns the parameter name using the specified data provider.

Request Information

URI Parameters

None.

Body Parameters

Parameter name model.

ParameterNameInfo

NameDescriptionTypeAdditional 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

NameDescriptionTypeAdditional information

Response Formats

application/json, text/json

"sample string 1"
Not finding the help you need?
Contact Support