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

    Returns the data schema for a specified connection string.

    Request Information

    URI Parameters

    None.

    Body Parameters

    Connection model.

    SchemaRestrictionsInfo
    NameDescriptionTypeAdditional information
    SchemaRestrictions

    No documentation available.

    string

    None.

    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:
    {
      "SchemaRestrictions": "sample string 1",
      "Name": "sample string 2",
      "Provider": "sample string 3",
      "ConnectionString": "sample string 4"
    }

    Response Information

    Resource Description

    Schema
    NameDescriptionTypeAdditional information
    A

    No documentation available.

    Collection of Namespace

    None.

    N

    No documentation available.

    string

    None.

    Response Formats

    application/json, text/json

    Sample:

    Sample not available.

    In this article
    Not finding the help you need?