POST api/reportserver/v2/data/sql/schema/supported

    Gets if the connection is supported for DB schema retrieval.

    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

    Boolean result.

    boolean
    NameDescriptionTypeAdditional information

    Response Formats

    application/json, text/json

    Sample:
    true
    In this article
    Not finding the help you need?