Skip to main content

Query Aggregated Data Source Details Based on Conditions

GET 

/v1/model/datasource/prod/dataSourceAggregateDetail

Request

Query Parameters

    datasourceId string

    Data source ID [Either datasourceId or dataSourceName must be provided]

    dataSourceName string

    Data source name [Either datasourceId or dataSourceName must be provided]

    viewId string

    View ID

    queryPublish integer

    Query published data source: 0 for experience, 1 for published

    queryModelRelation boolean

    Whether to query the relationship

    dbInstanceType string

    db type of the instance

    databaseTableName string

    Database table name

Responses

Successful.

Schema
    oneOf
    data object
    AppUsageList object[]
  • Array [
  • DataSourceId Data Source ID (string)
    EditStatusUse Edit Status (integer)
    Id Application ID (string)
    OnlineStatusUse Online Status (integer)
    PreviewStatusUse Preview Status (integer)
    Title Application Title (string)
  • ]
  • AuthInfo objectnullable
    AuthStatus Authorization Status (string)nullable
    ChildDataSourceIds string[]nullable
    ChildDataSourceNames string[]nullable
    CmsProject CMS Project (string)
    Configuration objectnullable
    CreatedAt date-time
    CreatorId Creator ID (string)
    DataSourceVersion Data Source Version (string)nullable
    DbInstanceType Database Instance Type (string)nullable
    DbLinkName Database Link Name (string)
    DbSourceType Database Source Type (string)nullable
    Description Description (string)
    EnvId Environment ID (string)
    Fun Function Configuration JSON (string)
    Id Data Source ID (string)
    IsNewDataSource Whether New Data Source (integer)
    Methods Method List JSON (string)
    Name Data Source Name (string)
    PkgId Package ID (string)
    PreviewTableName Preview Table Name (string)
    PublishStatus Publish Status (integer)
    PublishViewId Publish View ID (string)nullable
    PublishedTableName Published Table Name (string)
    RelationFieldList object[]nullable
    ScfStatus SCF Status (integer)
    Schema Data Source Schema Definition (string)
    SchemaVersion Schema Version (string)nullable
    Source Source (string)nullable
    SubType Subtype (string)
    TableNameRule Table Name Rule (string)
    TemplateCode Template Code (string)
    Title Title (string)
    Type Type (string)
    UpdateVersion Update Version (integer)
    UpdatedAt date-time
    ViewId View ID (string)
    requestId Request Unique ID (string)
Loading...