Skip to main content

Query data source aggregation details by conditions

GET 

/v1/model/datasource/prod/dataSourceAggregateDetail

Request

Query Parameters

    datasourceId string

    Data source ID [datasourceId and dataSourceName cannot both be empty]

    dataSourceName string

    Data source name [datasourceId and dataSourceName cannot both be empty]

    viewId string

    View ID

    queryPublish integer

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

    queryModelRelation boolean

    Whether to query relationships

    dbInstanceType string

    Database instance type

    databaseTableName string

    Database table name

Responses

Success

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 Is 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 Sub Type (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 Unique Request ID (string)
Loading...