Skip to main content

Query All Data Source Schemas in the Environment

GET 

/v1/model/datasource/prod/schemaList

Request

Query Parameters

    dataSourceNameList string[]

    List of data source names

Responses

Successful.

Schema
    oneOf
    data object
    DataSourceRelationInfoList object[]
  • Array [
  • Id Data Source ID (string)
    Name Data Source Name (string)
    RelatedFieldKey Related Field Key (string)nullable
    RelatedType Relation Type (string)nullable
    RelationViewList object[]nullable
    Schema Data Source Schema Definition (string)
    Title Data Source Title (string)
  • ]
  • requestId Request Unique ID (string)
Loading...