全部產品
Search
文件中心

DataWorks:ListDataAssetTags - 查詢標籤列表

更新時間:Mar 21, 2026

查詢標籤列表。

介面說明

需要購買 DataWorks 企業版及以上版本才能使用。

調試

您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。

調試

授權資訊

當前API暫無授權資訊透出。

請求參數

名稱

類型

必填

描述

樣本值

Key

string

標籤鍵。

key1

Category

string

標籤類型。

  • Normal

  • System

Normal

PageNumber

integer

頁碼,從 1 開始,預設值為 1。

1

PageSize

integer

每頁顯示的條數,預設為 10 條,最大為 100 條。

10

返回參數

名稱

類型

描述

樣本值

object

Schema of Response

RequestId

string

Id of the request

0bc1ec92159376****

PagingInfo

object

標籤列表分查詢結果

TotalCount

integer

總條數

2524

PageSize

integer

每頁顯示的條數。

10

PageNumber

integer

頁碼。

1

DataAssetTags

array<object>

標籤列表。

object

標籤 schema 定義。

Key

string

標籤鍵。

key1

Category

string

標籤類型。

  • Normal

  • System

Normal

Description

string

描述資訊。

This is a description

ValueType

string

標籤實值型別。

String

Values

array

標籤值列表。

string

標籤值。

v1

Managers

array

標籤管理員列表。

string

工號

12345

ModifyTime

integer

標籤最近的修改時間。

1735890003000

CreateTime

integer

標籤的建立時間

1735890003000

CreateUser

string

標籤建立人。

12345

ModifyUser

string

標籤最近的修改人。

1234

樣本

正常返回樣本

JSON格式

{
  "RequestId": "0bc1ec92159376****",
  "PagingInfo": {
    "TotalCount": 2524,
    "PageSize": 10,
    "PageNumber": 1,
    "DataAssetTags": [
      {
        "Key": "key1",
        "Category": "Normal",
        "Description": "This is a description",
        "ValueType": "String",
        "Values": [
          "v1"
        ],
        "Managers": [
          "12345"
        ],
        "ModifyTime": 1735890003000,
        "CreateTime": 1735890003000,
        "CreateUser": "12345",
        "ModifyUser": "1234"
      }
    ]
  }
}

錯誤碼

訪問錯誤中心查看更多錯誤碼。

變更歷史

更多資訊,參考變更詳情