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

    Sample:
    {
      "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:
    "sample string 1"
    In this article
    Not finding the help you need?