POST api/reportserver/v2/data/sql/quotes

    Returns the quotes model for a specified connection string.

    Request Information

    URI Parameters

    None.

    Body Parameters

    Connection model.

    ConnectionInfo
    NameDescriptionTypeAdditional information
    Name

    No documentation available.

    string

    None.

    Provider

    No documentation available.

    string

    None.

    ConnectionString

    No documentation available.

    string

    Required

    Request body formats

    application/json, text/json

    Sample:
    {
      "Name": "sample string 1",
      "Provider": "sample string 2",
      "ConnectionString": "sample string 3"
    }

    Response Information

    Resource Description

    QuotesModel
    NameDescriptionTypeAdditional information
    QuotePrefix

    No documentation available.

    string

    None.

    QuoteSuffix

    No documentation available.

    string

    None.

    QuoteAlias

    No documentation available.

    string

    None.

    Response Formats

    application/json, text/json

    Sample:

    Sample not available.

    In this article
    Not finding the help you need?