Obtaining Topic Tree Information
Function
Obtain the data asset subject tree information l1, l2, and l3.
Calling Method
For details, see Calling APIs.
URI
GET /v2/{project_id}/design/subjects/business
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID. For details about how to obtain the project ID, see Project ID and Account ID. |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
limit |
No |
Integer |
Number of records to be queried on each page, that is, Y records to be queried. The default value is 50, and the value range is [1,100]. |
offset |
No |
Integer |
Start coordinate of the query, that is, the number of skipped data records. The value can only be 0 or an integer multiple of limit. If the value does not meet the requirement, the value is rounded down. The default value is 0. |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
IAM token, which is obtained by calling the IAM API for obtaining a user token (value of X-Subject-Token in the response header). This field is mandatory for authentication using tokens. |
workspace |
Yes |
String |
Workspace ID. For details about how to obtain the workspace ID, see Instance ID and Workspace ID. |
X-Project-Id |
No |
String |
Project ID. For details about how to obtain the project ID, see Project ID and Account ID. This parameter is mandatory for API requests that use AK/SK authentication in multi-project scenarios. |
Content-Type |
No |
String |
Default value: application/json;charset=UTF-8 This parameter is optional. If the body is available, this parameter is mandatory. If the body is unavailable, you do not need to set this parameter or verify it. |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
data |
Object |
Returned data information. |
Status code: 400
Parameter |
Type |
Description |
---|---|---|
error_code |
String |
Error code, for example, DS.6000, indicating that the request fails to be processed. |
error_msg |
String |
Error message |
data |
Object |
Returned data information. |
Status code: 401
Parameter |
Type |
Description |
---|---|---|
error_code |
String |
Error code, for example, DS.6000, indicating that the request fails to be processed. |
error_msg |
String |
Error message |
data |
Object |
Returned data information. |
Status code: 403
Parameter |
Type |
Description |
---|---|---|
error_code |
String |
Error code, for example, DS.6000, indicating that the request fails to be processed. |
error_msg |
String |
Error message |
data |
Object |
Returned data information. |
Example Requests
Obtain the number of data asset topics l1, l2, and l3 in the current workspace.
GET https://{endpoint}/v2/{project_id}/design/subjects/business
Example Responses
Status code: 200
This operation succeeds, and the returned data is all L1, L2, and L3 entities.
{ "data" : { "value" : [ { "id" : "1193142949320474624", "name" : "test_import", "qname" : "test_import@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "guid" : null, "ordinal" : 1, "row" : null, "catalog" : { "versionName" : null, "versionTag" : null, "versionId" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2024-01-06T02:44:07.000Z", "updateTime" : "2024-01-26T03:16:24.000Z", "l3Id" : null, "l2Id" : null, "alias" : null, "encoding" : null, "prefix" : null, "codeNum" : null, "id" : "1193142949320474624", "nameCh" : "test_import", "nameEn" : "test_import", "qualifiedName" : "test_import@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "description" : null, "owner" : "0833a573fe80d5401f6dc010a775569a", "guid" : "36999ee2-80df-4cad-b5d5-10c50fbeb401", "code" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "dataOwner" : "", "dataOwnerList" : "[\"test_uesr\"]", "dataDepartment" : null, "path" : "test_import", "parentId" : null, "level" : 1, "ordinal" : 1, "status" : "PUBLISHED", "approvalInfo" : null, "newBiz" : null, "fromPublic" : false, "swapOrderId" : null, "levelStr" : "1", "lastL2Id" : null }, "attributes" : { "alias" : null, "approvalInfo" : null, "code" : null, "codeNum" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2024-01-06T02:44:07.000Z", "dataDepartment" : null, "dataOwner" : "", "dataOwnerList" : [ "test_uesr" ], "description" : null, "encoding" : null, "fromPublic" : false, "guid" : "36999ee2-80df-4cad-b5d5-10c50fbeb401", "id" : "1193142949320474624", "l1" : true, "l2" : false, "l2Id" : null, "l3" : false, "l3Id" : null, "lastL2Id" : null, "level" : 1, "levelStr" : "1", "name" : "test_import", "nameCh" : "test_import", "nameEn" : "test_import", "nameEng" : "test_import", "newBiz" : null, "ordinal" : 1, "owner" : "0833a573fe80d5401f6dc010a775569a", "parentId" : null, "path" : "test_import", "prefix" : null, "qualifiedName" : "test_import@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "status" : "PUBLISHED", "swapOrderId" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "updateTime" : "2024-01-26T03:16:24.000Z", "versionId" : null, "versionName" : null, "versionTag" : null }, "childs" : [ { "id" : "1193143478364811264", "name" : "test_import_l2", "qname" : "test_import.test_import_l2@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "guid" : null, "ordinal" : 1, "row" : null, "catalog" : { "versionName" : null, "versionTag" : null, "versionId" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2024-01-06T02:46:13.000Z", "updateTime" : "2024-01-26T03:17:18.000Z", "l3Id" : null, "l2Id" : null, "alias" : "", "encoding" : null, "prefix" : null, "codeNum" : null, "id" : "1193143478364811264", "nameCh" : "test_import_l2", "nameEn" : "test_import_l2", "qualifiedName" : "test_import.test_import_l2@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "description" : "ada", "owner" : "0833a573fe80d5401f6dc010a775569a", "guid" : "d6d60e9c-a17c-4acc-b722-3aa4eb86a70b", "code" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "dataOwner" : "", "dataOwnerList" : "[\"test_uesr\"]", "dataDepartment" : null, "path" : "test_import/test_import_l2", "parentId" : "1193142949320474624", "level" : 2, "ordinal" : 1, "status" : "PUBLISHED", "approvalInfo" : null, "newBiz" : null, "fromPublic" : false, "swapOrderId" : null, "levelStr" : "2", "lastL2Id" : null }, "attributes" : { "alias" : "", "approvalInfo" : null, "code" : null, "codeNum" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2024-01-06T02:46:13.000Z", "dataDepartment" : null, "dataOwner" : "", "dataOwnerList" : [ "test_uesr" ], "description" : "ada", "encoding" : null, "fromPublic" : false, "guid" : "d6d60e9c-a17c-4acc-b722-3aa4eb86a70b", "id" : "1193143478364811264", "l1" : false, "l2" : true, "l2Id" : null, "l3" : false, "l3Id" : null, "lastL2Id" : null, "level" : 2, "levelStr" : "2", "name" : "test_import_l2", "nameCh" : "test_import_l2", "nameEn" : "test_import_l2", "nameEng" : "test_import_l2", "newBiz" : null, "ordinal" : 1, "owner" : "0833a573fe80d5401f6dc010a775569a", "parentId" : "1193142949320474624", "path" : "test_import/test_import_l2", "prefix" : null, "qualifiedName" : "test_import.test_import_l2@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "status" : "PUBLISHED", "swapOrderId" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "updateTime" : "2024-01-26T03:17:18.000Z", "versionId" : null, "versionName" : null, "versionTag" : null }, "childs" : [ { "id" : "1200428564969857024", "name" : "test_import_l3", "qname" : "test_import.test_import_l2.test_import_l3@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "guid" : null, "ordinal" : 1, "row" : null, "catalog" : { "versionName" : null, "versionTag" : null, "versionId" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2024-01-26T05:14:33.000Z", "updateTime" : "2024-01-26T05:16:35.000Z", "l3Id" : null, "l2Id" : null, "alias" : "", "encoding" : null, "prefix" : null, "codeNum" : null, "id" : "1200428564969857024", "nameCh" : "test_import_l3", "nameEn" : "test_import_l3", "qualifiedName" : "test_import.test_import_l2.test_import_l3@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "description" : "", "owner" : "0833a573fe80d5401f6dc010a775569a", "guid" : "a7cfe748-ec64-4fe8-ae55-303e9782aa15", "code" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "dataOwner" : "", "dataOwnerList" : "[\"test_uesr\"]", "dataDepartment" : null, "path" : "test_import/test_import_l2/test_import_l3", "parentId" : "1193143478364811264", "level" : 3, "ordinal" : 1, "status" : "PUBLISHED", "approvalInfo" : null, "newBiz" : null, "fromPublic" : false, "swapOrderId" : null, "levelStr" : "3", "lastL2Id" : null }, "attributes" : { "alias" : "", "approvalInfo" : null, "code" : null, "codeNum" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2024-01-26T05:14:33.000Z", "dataDepartment" : null, "dataOwner" : "", "dataOwnerList" : [ "test_uesr" ], "description" : "", "encoding" : null, "fromPublic" : false, "guid" : "a7cfe748-ec64-4fe8-ae55-303e9782aa15", "id" : "1200428564969857024", "l1" : false, "l2" : true, "l2Id" : null, "l3" : false, "l3Id" : null, "lastL2Id" : null, "level" : 3, "levelStr" : "3", "name" : "test_import_l3", "nameCh" : "test_import_l3", "nameEn" : "test_import_l3", "nameEng" : "test_import_l3", "newBiz" : null, "ordinal" : 1, "owner" : "0833a573fe80d5401f6dc010a775569a", "parentId" : "1193143478364811264", "path" : "test_import/test_import_l2/test_import_l3", "prefix" : null, "qualifiedName" : "test_import.test_import_l2.test_import_l3@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "status" : "PUBLISHED", "swapOrderId" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "updateTime" : "2024-01-26T05:16:35.000Z", "versionId" : null, "versionName" : null, "versionTag" : null }, "childs" : [ { "id" : "1226991880613593088", "name" : "test_import_l4", "qname" : "test_import.test_import_l2.test_import_l3.test_import_l4@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "guid" : null, "ordinal" : 1, "row" : null, "catalog" : { "versionName" : null, "versionTag" : null, "versionId" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2024-04-08T12:27:41.000Z", "updateTime" : "2024-04-08T12:27:50.000Z", "l3Id" : null, "l2Id" : null, "alias" : "", "encoding" : null, "prefix" : null, "codeNum" : null, "id" : "1226991880613593088", "nameCh" : "test_import_l4", "nameEn" : "test_import_l4", "qualifiedName" : "test_import.test_import_l2.test_import_l3.test_import_l4@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "description" : "", "owner" : "0833a573fe80d5401f6dc010a775569a", "guid" : "8b61b0e7-798e-4227-bf5f-d3301048a04d", "code" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "dataOwner" : "", "dataOwnerList" : "[\"chengzhihuadashuaib\"]", "dataDepartment" : null, "path" : "test_import/test_import_l2/test_import_l3/test_import_l4", "parentId" : "1200428564969857024", "level" : 4, "ordinal" : 1, "status" : "PUBLISHED", "approvalInfo" : null, "newBiz" : null, "fromPublic" : false, "swapOrderId" : null, "levelStr" : "4", "lastL2Id" : null }, "attributes" : { "alias" : "", "approvalInfo" : null, "code" : null, "codeNum" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2024-04-08T12:27:41.000Z", "dataDepartment" : null, "dataOwner" : "", "dataOwnerList" : [ "chengzhihuadashuaib" ], "description" : "", "encoding" : null, "fromPublic" : false, "guid" : "8b61b0e7-798e-4227-bf5f-d3301048a04d", "id" : "1226991880613593088", "l1" : false, "l2" : true, "l2Id" : null, "l3" : false, "l3Id" : null, "lastL2Id" : null, "level" : 4, "levelStr" : "4", "name" : "test_import_l4", "nameCh" : "test_import_l4", "nameEn" : "test_import_l4", "nameEng" : "test_import_l4", "newBiz" : null, "ordinal" : 1, "owner" : "0833a573fe80d5401f6dc010a775569a", "parentId" : "1200428564969857024", "path" : "test_import/test_import_l2/test_import_l3/test_import_l4", "prefix" : null, "qualifiedName" : "test_import.test_import_l2.test_import_l3.test_import_l4@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "status" : "PUBLISHED", "swapOrderId" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "updateTime" : "2024-04-08T12:27:50.000Z", "versionId" : null, "versionName" : null, "versionTag" : null }, "childs" : [ ], "count" : 0, "status" : "PUBLISHED" } ], "count" : 1, "status" : "PUBLISHED" } ], "count" : 1, "status" : "PUBLISHED" } ], "count" : 1, "status" : "PUBLISHED" }, { "id" : "1169309252771299328", "name" : "Urban traffic", "qname" : "city_traffic@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "guid" : null, "ordinal" : 2, "row" : null, "catalog" : { "versionName" : null, "versionTag" : null, "versionId" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-01T08:17:31.000Z", "updateTime" : "2023-11-01T08:17:42.000Z", "l3Id" : null, "l2Id" : null, "alias" : "", "encoding" : null, "prefix" : null, "codeNum" : null, "id" : "1169309252771299328", "nameCh" : "Urban traffic", "nameEn" : "city_traffic", "qualifiedName" : "city_traffic@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "description" : "", "owner" : "0833a573fe80d5401f6dc010a775569a", "guid" : "66d3fab6-8870-46ea-a8e3-8427c68b6f27", "code" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "dataOwner" : "", "dataOwnerList" : "[\"test_uesr\"]", "dataDepartment" : null, "path" : "Urban traffic", "parentId" : null, "level" : 1, "ordinal" : 2, "status" : "PUBLISHED", "approvalInfo" : null, "newBiz" : null, "fromPublic" : false, "swapOrderId" : null, "levelStr" : "1", "lastL2Id" : null }, "attributes" : { "alias" : "", "approvalInfo" : null, "code" : null, "codeNum" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-01T08:17:31.000Z", "dataDepartment" : null, "dataOwner" : "", "dataOwnerList" : [ "test_uesr" ], "description" : "", "encoding" : null, "fromPublic" : false, "guid" : "66d3fab6-8870-46ea-a8e3-8427c68b6f27", "id" : "1169309252771299328", "l1" : true, "l2" : false, "l2Id" : null, "l3" : false, "l3Id" : null, "lastL2Id" : null, "level" : 1, "levelStr" : "1", "name" : "Urban traffic", "nameCh" : "Urban traffic", "nameEn" : "city_traffic", "nameEng" : "city_traffic", "newBiz" : null, "ordinal" : 2, "owner" : "0833a573fe80d5401f6dc010a775569a", "parentId" : null, "path" : "Urban traffic", "prefix" : null, "qualifiedName" : "city_traffic@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "status" : "PUBLISHED", "swapOrderId" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "updateTime" : "2023-11-01T08:17:42.000Z", "versionId" : null, "versionName" : null, "versionTag" : null }, "childs" : [ { "id" : "1169309374670356480", "name" : "Trip Record", "qname" : "city_traffic.stroke_reminder@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "guid" : null, "ordinal" : 1, "row" : null, "catalog" : { "versionName" : null, "versionTag" : null, "versionId" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-01T08:18:00.000Z", "updateTime" : "2023-11-01T08:18:56.000Z", "l3Id" : null, "l2Id" : null, "alias" : "", "encoding" : null, "prefix" : null, "codeNum" : null, "id" : "1169309374670356480", "nameCh" : "Trip Record", "nameEn" : "stroke_reminder", "qualifiedName" : "city_traffic.stroke_reminder@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "description" : "", "owner" : "0833a573fe80d5401f6dc010a775569a", "guid" : "38b518d3-fe05-4a6a-a60a-db5cd8b3c5fa", "code" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "dataOwner" : "", "dataOwnerList" : "[\"test_uesr\"]", "dataDepartment" : null, "path" : "Urban traffic/trip records", "parentId" : "1169309252771299328", "level" : 2, "ordinal" : 1, "status" : "PUBLISHED", "approvalInfo" : null, "newBiz" : null, "fromPublic" : false, "swapOrderId" : null, "levelStr" : "2", "lastL2Id" : null }, "attributes" : { "alias" : "", "approvalInfo" : null, "code" : null, "codeNum" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-01T08:18:00.000Z", "dataDepartment" : null, "dataOwner" : "", "dataOwnerList" : [ "test_uesr" ], "description" : "", "encoding" : null, "fromPublic" : false, "guid" : "38b518d3-fe05-4a6a-a60a-db5cd8b3c5fa", "id" : "1169309374670356480", "l1" : false, "l2" : true, "l2Id" : null, "l3" : false, "l3Id" : null, "lastL2Id" : null, "level" : 2, "levelStr" : "2", "name" : "Trip Record", "nameCh" : "Trip Record", "nameEn" : "stroke_reminder", "nameEng" : "stroke_reminder", "newBiz" : null, "ordinal" : 1, "owner" : "0833a573fe80d5401f6dc010a775569a", "parentId" : "1169309252771299328", "path" : "Urban traffic/trip records", "prefix" : null, "qualifiedName" : "city_traffic.stroke_reminder@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "status" : "PUBLISHED", "swapOrderId" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "updateTime" : "2023-11-01T08:18:56.000Z", "versionId" : null, "versionName" : null, "versionTag" : null }, "childs" : [ { "id" : "1169309823469330432", "name" : "Original Record", "qname" : "city_traffic.stroke_reminder.origin_stroke@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "guid" : null, "ordinal" : 1, "row" : null, "catalog" : { "versionName" : null, "versionTag" : null, "versionId" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-01T08:19:47.000Z", "updateTime" : "2023-11-01T08:23:18.000Z", "l3Id" : null, "l2Id" : null, "alias" : "", "encoding" : null, "prefix" : null, "codeNum" : null, "id" : "1169309823469330432", "nameCh" : "Original Record", "nameEn" : "origin_stroke", "qualifiedName" : "city_traffic.stroke_reminder.origin_stroke@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "description" : "None", "owner" : "0833a573fe80d5401f6dc010a775569a", "guid" : "3896ba50-2fd5-4cbc-b428-e58bc4a100f8", "code" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "dataOwner" : "test_uesr", "dataOwnerList" : "[\"test_uesr\"]", "dataDepartment" : null, "path" : "Urban traffic/Itinerary records/Original records", "parentId" : "1169309374670356480", "level" : 3, "ordinal" : 1, "status" : "PUBLISHED", "approvalInfo" : null, "newBiz" : null, "fromPublic" : false, "swapOrderId" : null, "levelStr" : "3", "lastL2Id" : null }, "attributes" : { "alias" : "", "approvalInfo" : null, "code" : null, "codeNum" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-01T08:19:47.000Z", "dataDepartment" : null, "dataOwner" : "test_uesr", "dataOwnerList" : [ "test_uesr" ], "description" : "None", "encoding" : null, "fromPublic" : false, "guid" : "3896ba50-2fd5-4cbc-b428-e58bc4a100f8", "id" : "1169309823469330432", "l1" : false, "l2" : true, "l2Id" : null, "l3" : false, "l3Id" : null, "lastL2Id" : null, "level" : 3, "levelStr" : "3", "name" : "Original Record", "nameCh" : "Original Record", "nameEn" : "origin_stroke", "nameEng" : "origin_stroke", "newBiz" : null, "ordinal" : 1, "owner" : "0833a573fe80d5401f6dc010a775569a", "parentId" : "1169309374670356480", "path" : "Urban traffic/Itinerary records/Original records", "prefix" : null, "qualifiedName" : "city_traffic.stroke_reminder.origin_stroke@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "status" : "PUBLISHED", "swapOrderId" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "updateTime" : "2023-11-01T08:23:18.000Z", "versionId" : null, "versionName" : null, "versionTag" : null }, "childs" : [ ], "count" : 0, "status" : "PUBLISHED" }, { "id" : "1169309948774162432", "name" : "stand_stroke", "qname" : "city_traffic.stroke_reminder.stand_stroke@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "guid" : null, "ordinal" : 2, "row" : null, "catalog" : { "versionName" : null, "versionTag" : null, "versionId" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-01T08:20:17.000Z", "updateTime" : "2023-11-01T08:23:19.000Z", "l3Id" : null, "l2Id" : null, "alias" : "", "encoding" : null, "prefix" : null, "codeNum" : null, "id" : "1169309948774162432", "nameCh" : "stand_stroke", "nameEn" : "stand_stroke", "qualifiedName" : "city_traffic.stroke_reminder.stand_stroke@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "description" : "None", "owner" : "0833a573fe80d5401f6dc010a775569a", "guid" : "e674325a-d590-44f5-9723-66b19ba751fd", "code" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "dataOwner" : "test_uesr", "dataOwnerList" : "[\"test_uesr\"]", "dataDepartment" : null, "path" : "Urban traffic/Itinerary records/Standard records", "parentId" : "1169309374670356480", "level" : 3, "ordinal" : 2, "status" : "PUBLISHED", "approvalInfo" : null, "newBiz" : null, "fromPublic" : false, "swapOrderId" : null, "levelStr" : "3", "lastL2Id" : null }, "attributes" : { "alias" : "", "approvalInfo" : null, "code" : null, "codeNum" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-01T08:20:17.000Z", "dataDepartment" : null, "dataOwner" : "test_uesr", "dataOwnerList" : [ "test_uesr" ], "description" : "None", "encoding" : null, "fromPublic" : false, "guid" : "e674325a-d590-44f5-9723-66b19ba751fd", "id" : "1169309948774162432", "l1" : false, "l2" : true, "l2Id" : null, "l3" : false, "l3Id" : null, "lastL2Id" : null, "level" : 3, "levelStr" : "3", "name" : "stand_stroke", "nameCh" : "stand_stroke", "nameEn" : "stand_stroke", "nameEng" : "stand_stroke", "newBiz" : null, "ordinal" : 2, "owner" : "0833a573fe80d5401f6dc010a775569a", "parentId" : "1169309374670356480", "path" : "Urban traffic/Itinerary records/Standard records", "prefix" : null, "qualifiedName" : "city_traffic.stroke_reminder.stand_stroke@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "status" : "PUBLISHED", "swapOrderId" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "updateTime" : "2023-11-01T08:23:19.000Z", "versionId" : null, "versionName" : null, "versionTag" : null }, "childs" : [ ], "count" : 0, "status" : "PUBLISHED" }, { "id" : "1169310587398889472", "name" : "stroke_fact", "qname" : "city_traffic.stroke_reminder.stroke_fact@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "guid" : null, "ordinal" : 3, "row" : null, "catalog" : { "versionName" : null, "versionTag" : null, "versionId" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-01T08:22:49.000Z", "updateTime" : "2023-11-01T08:23:20.000Z", "l3Id" : null, "l2Id" : null, "alias" : "", "encoding" : null, "prefix" : null, "codeNum" : null, "id" : "1169310587398889472", "nameCh" : "stroke_fact", "nameEn" : "stroke_fact", "qualifiedName" : "city_traffic.stroke_reminder.stroke_fact@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "description" : "None", "owner" : "0833a573fe80d5401f6dc010a775569a", "guid" : "4a396cfa-7b92-417a-af51-a8c33aa230a4", "code" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "dataOwner" : "test_uesr", "dataOwnerList" : "[\"test_uesr\"]", "dataDepartment" : null, "path" : "Urban traffic/Itinerary records/Itinerary facts", "parentId" : "1169309374670356480", "level" : 3, "ordinal" : 3, "status" : "PUBLISHED", "approvalInfo" : null, "newBiz" : null, "fromPublic" : false, "swapOrderId" : null, "levelStr" : "3", "lastL2Id" : null }, "attributes" : { "alias" : "", "approvalInfo" : null, "code" : null, "codeNum" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-01T08:22:49.000Z", "dataDepartment" : null, "dataOwner" : "test_uesr", "dataOwnerList" : [ "test_uesr" ], "description" : "None", "encoding" : null, "fromPublic" : false, "guid" : "4a396cfa-7b92-417a-af51-a8c33aa230a4", "id" : "1169310587398889472", "l1" : false, "l2" : true, "l2Id" : null, "l3" : false, "l3Id" : null, "lastL2Id" : null, "level" : 3, "levelStr" : "3", "name" : "stroke_fact", "nameCh" : "stroke_fact", "nameEn" : "stroke_fact", "nameEng" : "stroke_fact", "newBiz" : null, "ordinal" : 3, "owner" : "0833a573fe80d5401f6dc010a775569a", "parentId" : "1169309374670356480", "path" : "Urban traffic/Itinerary records/Itinerary facts", "prefix" : null, "qualifiedName" : "city_traffic.stroke_reminder.stroke_fact@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "status" : "PUBLISHED", "swapOrderId" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "updateTime" : "2023-11-01T08:23:20.000Z", "versionId" : null, "versionName" : null, "versionTag" : null }, "childs" : [ ], "count" : 0, "status" : "PUBLISHED" }, { "id" : "1169310688582279168", "name" : "stroke_statistic", "qname" : "city_traffic.stroke_reminder.stroke_statistic@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "guid" : null, "ordinal" : 4, "row" : null, "catalog" : { "versionName" : null, "versionTag" : null, "versionId" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-01T08:23:13.000Z", "updateTime" : "2023-11-01T08:23:20.000Z", "l3Id" : null, "l2Id" : null, "alias" : "", "encoding" : null, "prefix" : null, "codeNum" : null, "id" : "1169310688582279168", "nameCh" : "stroke_statistic", "nameEn" : "stroke_statistic", "qualifiedName" : "city_traffic.stroke_reminder.stroke_statistic@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "description" : "None", "owner" : "0833a573fe80d5401f6dc010a775569a", "guid" : "ab1bb932-21f7-4d7c-bd83-8950ef4a9adf", "code" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "dataOwner" : "test_uesr", "dataOwnerList" : "[\"test_uesr\"]", "dataDepartment" : null, "path" : "Urban traffic/travel record/record statistics", "parentId" : "1169309374670356480", "level" : 3, "ordinal" : 4, "status" : "PUBLISHED", "approvalInfo" : null, "newBiz" : null, "fromPublic" : false, "swapOrderId" : null, "levelStr" : "3", "lastL2Id" : null }, "attributes" : { "alias" : "", "approvalInfo" : null, "code" : null, "codeNum" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-01T08:23:13.000Z", "dataDepartment" : null, "dataOwner" : "test_uesr", "dataOwnerList" : [ "test_uesr" ], "description" : "None", "encoding" : null, "fromPublic" : false, "guid" : "ab1bb932-21f7-4d7c-bd83-8950ef4a9adf", "id" : "1169310688582279168", "l1" : false, "l2" : true, "l2Id" : null, "l3" : false, "l3Id" : null, "lastL2Id" : null, "level" : 3, "levelStr" : "3", "name" : "stroke_statistic", "nameCh" : "stroke_statistic", "nameEn" : "stroke_statistic", "nameEng" : "stroke_statistic", "newBiz" : null, "ordinal" : 4, "owner" : "0833a573fe80d5401f6dc010a775569a", "parentId" : "1169309374670356480", "path" : "Urban traffic/travel record/record statistics", "prefix" : null, "qualifiedName" : "city_traffic.stroke_reminder.stroke_statistic@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "status" : "PUBLISHED", "swapOrderId" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "updateTime" : "2023-11-01T08:23:20.000Z", "versionId" : null, "versionName" : null, "versionTag" : null }, "childs" : [ ], "count" : 0, "status" : "PUBLISHED" } ], "count" : 4, "status" : "PUBLISHED" }, { "id" : "1169309441888272384", "name" : "people", "qname" : "city_traffic.people@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "guid" : null, "ordinal" : 2, "row" : null, "catalog" : { "versionName" : null, "versionTag" : null, "versionId" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-01T08:18:16.000Z", "updateTime" : "2023-11-01T08:18:57.000Z", "l3Id" : null, "l2Id" : null, "alias" : "", "encoding" : null, "prefix" : null, "codeNum" : null, "id" : "1169309441888272384", "nameCh" : "people", "nameEn" : "people", "qualifiedName" : "city_traffic.people@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "description" : "", "owner" : "0833a573fe80d5401f6dc010a775569a", "guid" : "55c88532-26f5-4cc7-bf3c-27d037725e6e", "code" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "dataOwner" : "", "dataOwnerList" : "[\"test_uesr\"]", "dataDepartment" : null, "path" : "Urban transportation/Group", "parentId" : "1169309252771299328", "level" : 2, "ordinal" : 2, "status" : "PUBLISHED", "approvalInfo" : null, "newBiz" : null, "fromPublic" : false, "swapOrderId" : null, "levelStr" : "2", "lastL2Id" : null }, "attributes" : { "alias" : "", "approvalInfo" : null, "code" : null, "codeNum" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-01T08:18:16.000Z", "dataDepartment" : null, "dataOwner" : "", "dataOwnerList" : [ "test_uesr" ], "description" : "", "encoding" : null, "fromPublic" : false, "guid" : "55c88532-26f5-4cc7-bf3c-27d037725e6e", "id" : "1169309441888272384", "l1" : false, "l2" : true, "l2Id" : null, "l3" : false, "l3Id" : null, "lastL2Id" : null, "level" : 2, "levelStr" : "2", "name" : "people", "nameCh" : "people", "nameEn" : "people", "nameEng" : "people", "newBiz" : null, "ordinal" : 2, "owner" : "0833a573fe80d5401f6dc010a775569a", "parentId" : "1169309252771299328", "path" : "Urban transportation/Group", "prefix" : null, "qualifiedName" : "city_traffic.people@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "status" : "PUBLISHED", "swapOrderId" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "updateTime" : "2023-11-01T08:18:57.000Z", "versionId" : null, "versionName" : null, "versionTag" : null }, "childs" : [ { "id" : "1169310842425155584", "name" : "Suppliers", "qname" : "city_traffic.people.vendor@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "guid" : null, "ordinal" : 1, "row" : null, "catalog" : { "versionName" : null, "versionTag" : null, "versionId" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-01T08:23:50.000Z", "updateTime" : "2023-11-01T08:25:01.000Z", "l3Id" : null, "l2Id" : null, "alias" : "", "encoding" : null, "prefix" : null, "codeNum" : null, "id" : "1169310842425155584", "nameCh" : "Suppliers", "nameEn" : "vendor", "qualifiedName" : "city_traffic.people.vendor@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "description" : "None", "owner" : "0833a573fe80d5401f6dc010a775569a", "guid" : "0dfb1ec3-6df6-475c-806f-36e5872346e2", "code" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "dataOwner" : "test_uesr", "dataOwnerList" : "[\"test_uesr\"]", "dataDepartment" : null, "path" : "Urban transportation/Group/Supplier", "parentId" : "1169309441888272384", "level" : 3, "ordinal" : 1, "status" : "PUBLISHED", "approvalInfo" : null, "newBiz" : null, "fromPublic" : false, "swapOrderId" : null, "levelStr" : "3", "lastL2Id" : null }, "attributes" : { "alias" : "", "approvalInfo" : null, "code" : null, "codeNum" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-01T08:23:50.000Z", "dataDepartment" : null, "dataOwner" : "test_uesr", "dataOwnerList" : [ "test_uesr" ], "description" : "None", "encoding" : null, "fromPublic" : false, "guid" : "0dfb1ec3-6df6-475c-806f-36e5872346e2", "id" : "1169310842425155584", "l1" : false, "l2" : true, "l2Id" : null, "l3" : false, "l3Id" : null, "lastL2Id" : null, "level" : 3, "levelStr" : "3", "name" : "Suppliers", "nameCh" : "Suppliers", "nameEn" : "vendor", "nameEng" : "vendor", "newBiz" : null, "ordinal" : 1, "owner" : "0833a573fe80d5401f6dc010a775569a", "parentId" : "1169309441888272384", "path" : "Urban transportation/Group/Supplier", "prefix" : null, "qualifiedName" : "city_traffic.people.vendor@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "status" : "PUBLISHED", "swapOrderId" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "updateTime" : "2023-11-01T08:25:01.000Z", "versionId" : null, "versionName" : null, "versionTag" : null }, "childs" : [ ], "count" : 0, "status" : "PUBLISHED" } ], "count" : 1, "status" : "PUBLISHED" }, { "id" : "1169309513090834432", "name" : "time_location", "qname" : "city_traffic.time_location@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "guid" : null, "ordinal" : 3, "row" : null, "catalog" : { "versionName" : null, "versionTag" : null, "versionId" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-01T08:18:33.000Z", "updateTime" : "2023-11-01T08:18:57.000Z", "l3Id" : null, "l2Id" : null, "alias" : "", "encoding" : null, "prefix" : null, "codeNum" : null, "id" : "1169309513090834432", "nameCh" : "time_location", "nameEn" : "time_location", "qualifiedName" : "city_traffic.time_location@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "description" : "", "owner" : "0833a573fe80d5401f6dc010a775569a", "guid" : "5025be1c-b217-4d4e-8927-78f2acd1700f", "code" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "dataOwner" : "", "dataOwnerList" : "[\"test_uesr\"]", "dataDepartment" : null, "path" : "Urban transportation/time and space", "parentId" : "1169309252771299328", "level" : 2, "ordinal" : 3, "status" : "PUBLISHED", "approvalInfo" : null, "newBiz" : null, "fromPublic" : false, "swapOrderId" : null, "levelStr" : "2", "lastL2Id" : null }, "attributes" : { "alias" : "", "approvalInfo" : null, "code" : null, "codeNum" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-01T08:18:33.000Z", "dataDepartment" : null, "dataOwner" : "", "dataOwnerList" : [ "test_uesr" ], "description" : "", "encoding" : null, "fromPublic" : false, "guid" : "5025be1c-b217-4d4e-8927-78f2acd1700f", "id" : "1169309513090834432", "l1" : false, "l2" : true, "l2Id" : null, "l3" : false, "l3Id" : null, "lastL2Id" : null, "level" : 2, "levelStr" : "2", "name" : "time_location", "nameCh" : "time_location", "nameEn" : "time_location", "nameEng" : "time_location", "newBiz" : null, "ordinal" : 3, "owner" : "0833a573fe80d5401f6dc010a775569a", "parentId" : "1169309252771299328", "path" : "Urban transportation/time and space", "prefix" : null, "qualifiedName" : "city_traffic.time_location@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "status" : "PUBLISHED", "swapOrderId" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "updateTime" : "2023-11-01T08:18:57.000Z", "versionId" : null, "versionName" : null, "versionTag" : null }, "childs" : [ { "id" : "1169310937660964864", "name" : "Time", "qname" : "city_traffic.time_location.date@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "guid" : null, "ordinal" : 1, "row" : null, "catalog" : { "versionName" : null, "versionTag" : null, "versionId" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-01T08:24:12.000Z", "updateTime" : "2023-11-01T08:25:12.000Z", "l3Id" : null, "l2Id" : null, "alias" : "", "encoding" : null, "prefix" : null, "codeNum" : null, "id" : "1169310937660964864", "nameCh" : "Time", "nameEn" : "date", "qualifiedName" : "city_traffic.time_location.date@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "description" : "None", "owner" : "0833a573fe80d5401f6dc010a775569a", "guid" : "b3a35c3a-87c6-4316-ac84-76fa848f5ce6", "code" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "dataOwner" : "test_uesr", "dataOwnerList" : "[\"test_uesr\"]", "dataDepartment" : null, "path" : "Urban transportation/time and space/time", "parentId" : "1169309513090834432", "level" : 3, "ordinal" : 1, "status" : "PUBLISHED", "approvalInfo" : null, "newBiz" : null, "fromPublic" : false, "swapOrderId" : null, "levelStr" : "3", "lastL2Id" : null }, "attributes" : { "alias" : "", "approvalInfo" : null, "code" : null, "codeNum" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-01T08:24:12.000Z", "dataDepartment" : null, "dataOwner" : "test_uesr", "dataOwnerList" : [ "test_uesr" ], "description" : "None", "encoding" : null, "fromPublic" : false, "guid" : "b3a35c3a-87c6-4316-ac84-76fa848f5ce6", "id" : "1169310937660964864", "l1" : false, "l2" : true, "l2Id" : null, "l3" : false, "l3Id" : null, "lastL2Id" : null, "level" : 3, "levelStr" : "3", "name" : "Time", "nameCh" : "Time", "nameEn" : "date", "nameEng" : "date", "newBiz" : null, "ordinal" : 1, "owner" : "0833a573fe80d5401f6dc010a775569a", "parentId" : "1169309513090834432", "path" : "Urban transportation/time and space/time", "prefix" : null, "qualifiedName" : "city_traffic.time_location.date@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "status" : "PUBLISHED", "swapOrderId" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "updateTime" : "2023-11-01T08:25:12.000Z", "versionId" : null, "versionName" : null, "versionTag" : null }, "childs" : [ ], "count" : 0, "status" : "PUBLISHED" } ], "count" : 1, "status" : "PUBLISHED" }, { "id" : "1169309574931652608", "name" : "public_dimension", "qname" : "city_traffic.public_dimension@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "guid" : null, "ordinal" : 4, "row" : null, "catalog" : { "versionName" : null, "versionTag" : null, "versionId" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-01T08:18:47.000Z", "updateTime" : "2023-11-01T08:18:58.000Z", "l3Id" : null, "l2Id" : null, "alias" : "", "encoding" : null, "prefix" : null, "codeNum" : null, "id" : "1169309574931652608", "nameCh" : "public_dimension", "nameEn" : "public_dimension", "qualifiedName" : "city_traffic.public_dimension@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "description" : "", "owner" : "0833a573fe80d5401f6dc010a775569a", "guid" : "7f1038f1-66c7-4002-b53e-f9dcf429fdf9", "code" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "dataOwner" : "", "dataOwnerList" : "[\"test_uesr\"]", "dataDepartment" : null, "path" : "Urban transportation/public dimension", "parentId" : "1169309252771299328", "level" : 2, "ordinal" : 4, "status" : "PUBLISHED", "approvalInfo" : null, "newBiz" : null, "fromPublic" : false, "swapOrderId" : null, "levelStr" : "2", "lastL2Id" : null }, "attributes" : { "alias" : "", "approvalInfo" : null, "code" : null, "codeNum" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-01T08:18:47.000Z", "dataDepartment" : null, "dataOwner" : "", "dataOwnerList" : [ "test_uesr" ], "description" : "", "encoding" : null, "fromPublic" : false, "guid" : "7f1038f1-66c7-4002-b53e-f9dcf429fdf9", "id" : "1169309574931652608", "l1" : false, "l2" : true, "l2Id" : null, "l3" : false, "l3Id" : null, "lastL2Id" : null, "level" : 2, "levelStr" : "2", "name" : "public_dimension", "nameCh" : "public_dimension", "nameEn" : "public_dimension", "nameEng" : "public_dimension", "newBiz" : null, "ordinal" : 4, "owner" : "0833a573fe80d5401f6dc010a775569a", "parentId" : "1169309252771299328", "path" : "Urban transportation/public dimension", "prefix" : null, "qualifiedName" : "city_traffic.public_dimension@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "status" : "PUBLISHED", "swapOrderId" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "updateTime" : "2023-11-01T08:18:58.000Z", "versionId" : null, "versionName" : null, "versionTag" : null }, "childs" : [ { "id" : "1169311054568800256", "name" : "public_dimension", "qname" : "city_traffic.public_dimension.public_dimension@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "guid" : null, "ordinal" : 1, "row" : null, "catalog" : { "versionName" : null, "versionTag" : null, "versionId" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-01T08:24:40.000Z", "updateTime" : "2023-11-01T08:25:22.000Z", "l3Id" : null, "l2Id" : null, "alias" : "", "encoding" : null, "prefix" : null, "codeNum" : null, "id" : "1169311054568800256", "nameCh" : "public_dimension", "nameEn" : "public_dimension", "qualifiedName" : "city_traffic.public_dimension.public_dimension@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "description" : "None", "owner" : "0833a573fe80d5401f6dc010a775569a", "guid" : "eb7d8e4f-1a0d-4a59-9842-429af5efef48", "code" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "dataOwner" : "test_uesr", "dataOwnerList" : "[\"test_uesr\"]", "dataDepartment" : null, "path" : "Urban transportation/Public dimension/Public dimension", "parentId" : "1169309574931652608", "level" : 3, "ordinal" : 1, "status" : "PUBLISHED", "approvalInfo" : null, "newBiz" : null, "fromPublic" : false, "swapOrderId" : null, "levelStr" : "3", "lastL2Id" : null }, "attributes" : { "alias" : "", "approvalInfo" : null, "code" : null, "codeNum" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-01T08:24:40.000Z", "dataDepartment" : null, "dataOwner" : "test_uesr", "dataOwnerList" : [ "test_uesr" ], "description" : "None", "encoding" : null, "fromPublic" : false, "guid" : "eb7d8e4f-1a0d-4a59-9842-429af5efef48", "id" : "1169311054568800256", "l1" : false, "l2" : true, "l2Id" : null, "l3" : false, "l3Id" : null, "lastL2Id" : null, "level" : 3, "levelStr" : "3", "name" : "public_dimension", "nameCh" : "public_dimension", "nameEn" : "public_dimension", "nameEng" : "public_dimension", "newBiz" : null, "ordinal" : 1, "owner" : "0833a573fe80d5401f6dc010a775569a", "parentId" : "1169309574931652608", "path" : "Urban transportation/Public dimension/Public dimension", "prefix" : null, "qualifiedName" : "city_traffic.public_dimension.public_dimension@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "status" : "PUBLISHED", "swapOrderId" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "updateTime" : "2023-11-01T08:25:22.000Z", "versionId" : null, "versionName" : null, "versionTag" : null }, "childs" : [ ], "count" : 0, "status" : "PUBLISHED" } ], "count" : 1, "status" : "PUBLISHED" } ], "count" : 4, "status" : "PUBLISHED" }, { "id" : "1170064658061799424", "name" : "Email Title", "qname" : "test_subject@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "guid" : null, "ordinal" : 3, "row" : null, "catalog" : { "versionName" : null, "versionTag" : null, "versionId" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-03T10:19:13.000Z", "updateTime" : "2023-11-03T10:28:07.000Z", "l3Id" : null, "l2Id" : null, "alias" : "", "encoding" : null, "prefix" : null, "codeNum" : null, "id" : "1170064658061799424", "nameCh" : "Email Title", "nameEn" : "test_subject", "qualifiedName" : "test_subject@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "description" : "", "owner" : "0833a573fe80d5401f6dc010a775569a", "guid" : "8c930e34-0003-4999-ab79-66374435d980", "code" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "dataOwner" : "", "dataOwnerList" : "[\"test_uesr\"]", "dataDepartment" : null, "path" : "Email Title", "parentId" : null, "level" : 1, "ordinal" : 3, "status" : "PUBLISHED", "approvalInfo" : null, "newBiz" : null, "fromPublic" : false, "swapOrderId" : null, "levelStr" : "1", "lastL2Id" : null }, "attributes" : { "alias" : "", "approvalInfo" : null, "code" : null, "codeNum" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-03T10:19:13.000Z", "dataDepartment" : null, "dataOwner" : "", "dataOwnerList" : [ "test_uesr" ], "description" : "", "encoding" : null, "fromPublic" : false, "guid" : "8c930e34-0003-4999-ab79-66374435d980", "id" : "1170064658061799424", "l1" : true, "l2" : false, "l2Id" : null, "l3" : false, "l3Id" : null, "lastL2Id" : null, "level" : 1, "levelStr" : "1", "name" : "Email Title", "nameCh" : "Email Title", "nameEn" : "test_subject", "nameEng" : "test_subject", "newBiz" : null, "ordinal" : 3, "owner" : "0833a573fe80d5401f6dc010a775569a", "parentId" : null, "path" : "Email Title", "prefix" : null, "qualifiedName" : "test_subject@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "status" : "PUBLISHED", "swapOrderId" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "updateTime" : "2023-11-03T10:28:07.000Z", "versionId" : null, "versionName" : null, "versionTag" : null }, "childs" : [ ], "count" : 0, "status" : "PUBLISHED" }, { "id" : "1170066794946420736", "name" : "test_001", "qname" : "test_czh.BO000000@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "guid" : null, "ordinal" : 4, "row" : null, "catalog" : { "versionName" : null, "versionTag" : null, "versionId" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-03T10:27:43.000Z", "updateTime" : "2023-11-03T10:29:02.000Z", "l3Id" : null, "l2Id" : null, "alias" : "", "encoding" : null, "prefix" : null, "codeNum" : null, "id" : "1170066794946420736", "nameCh" : "test_001", "nameEn" : "BO000000", "qualifiedName" : "test_czh.BO000000@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "description" : "None", "owner" : "0833a573fe80d5401f6dc010a775569a", "guid" : "99e0ec15-8fc0-4617-b867-e17a0b4a2509", "code" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "dataOwner" : "1", "dataOwnerList" : "[\"test_uesr\"]", "dataDepartment" : null, "path" : "test_001", "parentId" : null, "level" : 1, "ordinal" : 4, "status" : "PUBLISHED", "approvalInfo" : null, "newBiz" : null, "fromPublic" : false, "swapOrderId" : null, "levelStr" : "1", "lastL2Id" : null }, "attributes" : { "alias" : "", "approvalInfo" : null, "code" : null, "codeNum" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-03T10:27:43.000Z", "dataDepartment" : null, "dataOwner" : "1", "dataOwnerList" : [ "test_uesr" ], "description" : "None", "encoding" : null, "fromPublic" : false, "guid" : "99e0ec15-8fc0-4617-b867-e17a0b4a2509", "id" : "1170066794946420736", "l1" : true, "l2" : false, "l2Id" : null, "l3" : false, "l3Id" : null, "lastL2Id" : null, "level" : 1, "levelStr" : "1", "name" : "test_001", "nameCh" : "test_001", "nameEn" : "BO000000", "nameEng" : "BO000000", "newBiz" : null, "ordinal" : 4, "owner" : "0833a573fe80d5401f6dc010a775569a", "parentId" : null, "path" : "test_001", "prefix" : null, "qualifiedName" : "test_czh.BO000000@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "status" : "PUBLISHED", "swapOrderId" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "updateTime" : "2023-11-03T10:29:02.000Z", "versionId" : null, "versionName" : null, "versionTag" : null }, "childs" : [ ], "count" : 0, "status" : "PUBLISHED" }, { "id" : "1178033294286176256", "name" : "My Tests", "qname" : "MY_000001@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "guid" : null, "ordinal" : 5, "row" : null, "catalog" : { "versionName" : null, "versionTag" : null, "versionId" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-25T10:03:44.000Z", "updateTime" : "2023-11-30T08:07:34.000Z", "l3Id" : null, "l2Id" : null, "alias" : "", "encoding" : null, "prefix" : null, "codeNum" : null, "id" : "1178033294286176256", "nameCh" : "My Tests", "nameEn" : "MY_000001", "qualifiedName" : "MY_000001@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "description" : "", "owner" : "0833a573fe80d5401f6dc010a775569a", "guid" : "263b2018-c360-4718-9150-3f1fc67bb97e", "code" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "dataOwner" : "", "dataOwnerList" : "[\"test_uesr\"]", "dataDepartment" : null, "path" : "My Tests", "parentId" : null, "level" : 1, "ordinal" : 5, "status" : "PUBLISHED", "approvalInfo" : null, "newBiz" : null, "fromPublic" : false, "swapOrderId" : null, "levelStr" : "1", "lastL2Id" : null }, "attributes" : { "alias" : "", "approvalInfo" : null, "code" : null, "codeNum" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-25T10:03:44.000Z", "dataDepartment" : null, "dataOwner" : "", "dataOwnerList" : [ "test_uesr" ], "description" : "", "encoding" : null, "fromPublic" : false, "guid" : "263b2018-c360-4718-9150-3f1fc67bb97e", "id" : "1178033294286176256", "l1" : true, "l2" : false, "l2Id" : null, "l3" : false, "l3Id" : null, "lastL2Id" : null, "level" : 1, "levelStr" : "1", "name" : "My Tests", "nameCh" : "My Tests", "nameEn" : "MY_000001", "nameEng" : "MY_000001", "newBiz" : null, "ordinal" : 5, "owner" : "0833a573fe80d5401f6dc010a775569a", "parentId" : null, "path" : "My Tests", "prefix" : null, "qualifiedName" : "MY_000001@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "status" : "PUBLISHED", "swapOrderId" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "updateTime" : "2023-11-30T08:07:34.000Z", "versionId" : null, "versionName" : null, "versionTag" : null }, "childs" : [ ], "count" : 0, "status" : "PUBLISHED" }, { "id" : "1170064724101115904", "name" : "test_czh2", "qname" : "test_czh@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "guid" : null, "ordinal" : 6, "row" : null, "catalog" : { "versionName" : null, "versionTag" : null, "versionId" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-03T10:19:29.000Z", "updateTime" : "2024-02-22T09:21:33.000Z", "l3Id" : null, "l2Id" : null, "alias" : "", "encoding" : null, "prefix" : null, "codeNum" : null, "id" : "1170064724101115904", "nameCh" : "test_czh2", "nameEn" : "test_czh", "qualifiedName" : "test_czh@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "description" : "", "owner" : "0833a573fe80d5401f6dc010a775569a", "guid" : "0941628c-af28-4f82-9bdd-2f101ca70f3a", "code" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "dataOwner" : "", "dataOwnerList" : "[\"test_uesr\"]", "dataDepartment" : null, "path" : "test_czh2", "parentId" : null, "level" : 1, "ordinal" : 6, "status" : "PUBLISHED", "approvalInfo" : null, "newBiz" : null, "fromPublic" : false, "swapOrderId" : null, "levelStr" : "1", "lastL2Id" : null }, "attributes" : { "alias" : "", "approvalInfo" : null, "code" : null, "codeNum" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2023-11-03T10:19:29.000Z", "dataDepartment" : null, "dataOwner" : "", "dataOwnerList" : [ "test_uesr" ], "description" : "", "encoding" : null, "fromPublic" : false, "guid" : "0941628c-af28-4f82-9bdd-2f101ca70f3a", "id" : "1170064724101115904", "l1" : true, "l2" : false, "l2Id" : null, "l3" : false, "l3Id" : null, "lastL2Id" : null, "level" : 1, "levelStr" : "1", "name" : "test_czh2", "nameCh" : "test_czh2", "nameEn" : "test_czh", "nameEng" : "test_czh", "newBiz" : null, "ordinal" : 6, "owner" : "0833a573fe80d5401f6dc010a775569a", "parentId" : null, "path" : "test_czh2", "prefix" : null, "qualifiedName" : "test_czh@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "status" : "PUBLISHED", "swapOrderId" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "updateTime" : "2024-02-22T09:21:33.000Z", "versionId" : null, "versionName" : null, "versionTag" : null }, "childs" : [ ], "count" : 0, "status" : "PUBLISHED" }, { "id" : "1193143623198326784", "name" : "test_import_l2", "qname" : "test_import_l2@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "guid" : null, "ordinal" : 7, "row" : null, "catalog" : { "versionName" : null, "versionTag" : null, "versionId" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2024-01-06T02:46:47.000Z", "updateTime" : "2024-01-26T03:17:43.000Z", "l3Id" : null, "l2Id" : null, "alias" : null, "encoding" : null, "prefix" : null, "codeNum" : null, "id" : "1193143623198326784", "nameCh" : "test_import_l2", "nameEn" : "test_import_l2", "qualifiedName" : "test_import_l2@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "description" : "ssss", "owner" : "0833a573fe80d5401f6dc010a775569a", "guid" : "800a4e28-db08-434d-8f44-877902f2eb55", "code" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : null, "dataOwner" : "ssss", "dataOwnerList" : "[\"test_uesr\"]", "dataDepartment" : null, "path" : "test_import_l2", "parentId" : null, "level" : 1, "ordinal" : 7, "status" : "PUBLISHED", "approvalInfo" : null, "newBiz" : null, "fromPublic" : false, "swapOrderId" : null, "levelStr" : "1", "lastL2Id" : null }, "attributes" : { "alias" : null, "approvalInfo" : null, "code" : null, "codeNum" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2024-01-06T02:46:47.000Z", "dataDepartment" : null, "dataOwner" : "ssss", "dataOwnerList" : [ "test_uesr" ], "description" : "ssss", "encoding" : null, "fromPublic" : false, "guid" : "800a4e28-db08-434d-8f44-877902f2eb55", "id" : "1193143623198326784", "l1" : true, "l2" : false, "l2Id" : null, "l3" : false, "l3Id" : null, "lastL2Id" : null, "level" : 1, "levelStr" : "1", "name" : "test_import_l2", "nameCh" : "test_import_l2", "nameEn" : "test_import_l2", "nameEng" : "test_import_l2", "newBiz" : null, "ordinal" : 7, "owner" : "0833a573fe80d5401f6dc010a775569a", "parentId" : null, "path" : "test_import_l2", "prefix" : null, "qualifiedName" : "test_import_l2@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : null, "status" : "PUBLISHED", "swapOrderId" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "updateTime" : "2024-01-26T03:17:43.000Z", "versionId" : null, "versionName" : null, "versionTag" : null }, "childs" : [ ], "count" : 0, "status" : "PUBLISHED" }, { "id" : "1193879014310322176", "name" : "test_not_publish", "qname" : "test_not_publish@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "guid" : null, "ordinal" : 8, "row" : null, "catalog" : { "versionName" : null, "versionTag" : null, "versionId" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2024-01-08T03:28:58.000Z", "updateTime" : "2024-01-08T08:50:51.000Z", "l3Id" : null, "l2Id" : null, "alias" : "", "encoding" : null, "prefix" : null, "codeNum" : null, "id" : "1193879014310322176", "nameCh" : "test_not_publish", "nameEn" : "test_not_publish", "qualifiedName" : "test_not_publish@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "description" : "", "owner" : "0833a573fe80d5401f6dc010a775569a", "guid" : "df26f160-0692-42dd-95b4-e66fcadca759", "code" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "dataOwner" : "", "dataOwnerList" : "[\"test_uesr\"]", "dataDepartment" : null, "path" : "test_not_publish", "parentId" : null, "level" : 1, "ordinal" : 8, "status" : "PUBLISHED", "approvalInfo" : null, "newBiz" : null, "fromPublic" : false, "swapOrderId" : null, "levelStr" : "1", "lastL2Id" : null }, "attributes" : { "alias" : "", "approvalInfo" : null, "code" : null, "codeNum" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2024-01-08T03:28:58.000Z", "dataDepartment" : null, "dataOwner" : "", "dataOwnerList" : [ "test_uesr" ], "description" : "", "encoding" : null, "fromPublic" : false, "guid" : "df26f160-0692-42dd-95b4-e66fcadca759", "id" : "1193879014310322176", "l1" : true, "l2" : false, "l2Id" : null, "l3" : false, "l3Id" : null, "lastL2Id" : null, "level" : 1, "levelStr" : "1", "name" : "test_not_publish", "nameCh" : "test_not_publish", "nameEn" : "test_not_publish", "nameEng" : "test_not_publish", "newBiz" : null, "ordinal" : 8, "owner" : "0833a573fe80d5401f6dc010a775569a", "parentId" : null, "path" : "test_not_publish", "prefix" : null, "qualifiedName" : "test_not_publish@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "status" : "PUBLISHED", "swapOrderId" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "updateTime" : "2024-01-08T08:50:51.000Z", "versionId" : null, "versionName" : null, "versionTag" : null }, "childs" : [ ], "count" : 0, "status" : "PUBLISHED" }, { "id" : "1194966710038474752", "name" : "test_czh_catalog", "qname" : "test_czh_catalog@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "guid" : null, "ordinal" : 9, "row" : null, "catalog" : { "versionName" : null, "versionTag" : null, "versionId" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2024-01-11T03:31:05.000Z", "updateTime" : "2024-01-11T03:31:41.000Z", "l3Id" : null, "l2Id" : null, "alias" : "", "encoding" : null, "prefix" : null, "codeNum" : null, "id" : "1194966710038474752", "nameCh" : "test_czh_catalog", "nameEn" : "test_czh_catalog", "qualifiedName" : "test_czh_catalog@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "description" : "", "owner" : "0833a573fe80d5401f6dc010a775569a", "guid" : "7d527cb2-9c9b-4a37-8785-04e836095cb1", "code" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "dataOwner" : "", "dataOwnerList" : "[\"test_uesr\"]", "dataDepartment" : null, "path" : "test_czh_catalog", "parentId" : null, "level" : 1, "ordinal" : 9, "status" : "PUBLISHED", "approvalInfo" : null, "newBiz" : null, "fromPublic" : false, "swapOrderId" : null, "levelStr" : "1", "lastL2Id" : null }, "attributes" : { "alias" : "", "approvalInfo" : null, "code" : null, "codeNum" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2024-01-11T03:31:05.000Z", "dataDepartment" : null, "dataOwner" : "", "dataOwnerList" : [ "test_uesr" ], "description" : "", "encoding" : null, "fromPublic" : false, "guid" : "7d527cb2-9c9b-4a37-8785-04e836095cb1", "id" : "1194966710038474752", "l1" : true, "l2" : false, "l2Id" : null, "l3" : false, "l3Id" : null, "lastL2Id" : null, "level" : 1, "levelStr" : "1", "name" : "test_czh_catalog", "nameCh" : "test_czh_catalog", "nameEn" : "test_czh_catalog", "nameEng" : "test_czh_catalog", "newBiz" : null, "ordinal" : 9, "owner" : "0833a573fe80d5401f6dc010a775569a", "parentId" : null, "path" : "test_czh_catalog", "prefix" : null, "qualifiedName" : "test_czh_catalog@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "status" : "PUBLISHED", "swapOrderId" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "updateTime" : "2024-01-11T03:31:41.000Z", "versionId" : null, "versionName" : null, "versionTag" : null }, "childs" : [ ], "count" : 0, "status" : "PUBLISHED" }, { "id" : "1231174343611035648", "name" : "test_update_catalog", "qname" : "test_create_catalog@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "guid" : null, "ordinal" : 10, "row" : null, "catalog" : { "versionName" : null, "versionTag" : null, "versionId" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2024-04-20T01:27:18.000Z", "updateTime" : "2024-04-20T02:09:55.000Z", "l3Id" : null, "l2Id" : null, "alias" : "", "encoding" : null, "prefix" : null, "codeNum" : null, "id" : "1231174343611035648", "nameCh" : "test_update_catalog", "nameEn" : "test_create_catalog", "qualifiedName" : "test_create_catalog@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "description" : "this is a update demo.", "owner" : "0833a573fe80d5401f6dc010a775569a", "guid" : null, "code" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "dataOwner" : "dataOwner", "dataOwnerList" : "[\"test_uesr\"]", "dataDepartment" : null, "path" : "test_update_catalog", "parentId" : null, "level" : 1, "ordinal" : 10, "status" : "DRAFT", "approvalInfo" : null, "newBiz" : null, "fromPublic" : false, "swapOrderId" : null, "levelStr" : "1", "lastL2Id" : null }, "attributes" : { "alias" : "", "approvalInfo" : null, "code" : null, "codeNum" : null, "createBy" : "0833a573fe80d5401f6dc010a775569a", "createTime" : "2024-04-20T01:27:18.000Z", "dataDepartment" : null, "dataOwner" : "dataOwner", "dataOwnerList" : [ "test_uesr" ], "description" : "this is a update demo.", "encoding" : null, "fromPublic" : false, "guid" : null, "id" : "1231174343611035648", "l1" : true, "l2" : false, "l2Id" : null, "l3" : false, "l3Id" : null, "lastL2Id" : null, "level" : 1, "levelStr" : "1", "name" : "test_update_catalog", "nameCh" : "test_update_catalog", "nameEn" : "test_create_catalog", "nameEng" : "test_create_catalog", "newBiz" : null, "ordinal" : 10, "owner" : "0833a573fe80d5401f6dc010a775569a", "parentId" : null, "path" : "test_update_catalog", "prefix" : null, "qualifiedName" : "test_create_catalog@Business.0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "selfDefinedFields" : [ ], "status" : "DRAFT", "swapOrderId" : null, "tenantId" : "0833a5737480d53b2f25c010dc1a7b88-workspace-9ce2cfd08fda4f3b95faa5ba65fa5ec3", "updateBy" : "0833a573fe80d5401f6dc010a775569a", "updateTime" : "2024-04-20T02:09:55.000Z", "versionId" : null, "versionName" : null, "versionTag" : null }, "childs" : [ ], "count" : 0, "status" : "DRAFT" } ] } }
Status code: 400
BadRequest
{ "error_code" : "DS.60xx", "error_msg" : "The user request is illegal." }
Status code: 401
Unauthorized
{ "error_code" : "DS.60xx", "error_msg" : "User authentication failed." }
Status code: 403
Forbidden
{ "error_code" : "DS.60xx", "error_msg" : "The user does not have permission to call this API." }
SDK Sample Code
The SDK sample code is as follows.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
package com.huaweicloud.sdk.test; import com.huaweicloud.sdk.core.auth.ICredential; import com.huaweicloud.sdk.core.auth.BasicCredentials; import com.huaweicloud.sdk.core.exception.ConnectionException; import com.huaweicloud.sdk.core.exception.RequestTimeoutException; import com.huaweicloud.sdk.core.exception.ServiceResponseException; import com.huaweicloud.sdk.dataartsstudio.v1.region.DataArtsStudioRegion; import com.huaweicloud.sdk.dataartsstudio.v1.*; import com.huaweicloud.sdk.dataartsstudio.v1.model.*; public class ListBusinessSolution { public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. // In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment String ak = System.getenv("CLOUD_SDK_AK"); String sk = System.getenv("CLOUD_SDK_SK"); String projectId = "{project_id}"; ICredential auth = new BasicCredentials() .withProjectId(projectId) .withAk(ak) .withSk(sk); DataArtsStudioClient client = DataArtsStudioClient.newBuilder() .withCredential(auth) .withRegion(DataArtsStudioRegion.valueOf("<YOUR REGION>")) .build(); ListBusinessRequest request = new ListBusinessRequest(); try { ListBusinessResponse response = client.listBusiness(request); System.out.println(response.toString()); } catch (ConnectionException e) { e.printStackTrace(); } catch (RequestTimeoutException e) { e.printStackTrace(); } catch (ServiceResponseException e) { e.printStackTrace(); System.out.println(e.getHttpStatusCode()); System.out.println(e.getRequestId()); System.out.println(e.getErrorCode()); System.out.println(e.getErrorMsg()); } } } |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
# coding: utf-8 import os from huaweicloudsdkcore.auth.credentials import BasicCredentials from huaweicloudsdkdataartsstudio.v1.region.dataartsstudio_region import DataArtsStudioRegion from huaweicloudsdkcore.exceptions import exceptions from huaweicloudsdkdataartsstudio.v1 import * if __name__ == "__main__": # The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. # In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment ak = os.environ["CLOUD_SDK_AK"] sk = os.environ["CLOUD_SDK_SK"] projectId = "{project_id}" credentials = BasicCredentials(ak, sk, projectId) client = DataArtsStudioClient.new_builder() \ .with_credentials(credentials) \ .with_region(DataArtsStudioRegion.value_of("<YOUR REGION>")) \ .build() try: request = ListBusinessRequest() response = client.list_business(request) print(response) except exceptions.ClientRequestException as e: print(e.status_code) print(e.request_id) print(e.error_code) print(e.error_msg) |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
package main import ( "fmt" "github.com/huaweicloud/huaweicloud-sdk-go-v3/core/auth/basic" dataartsstudio "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/dataartsstudio/v1" "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/dataartsstudio/v1/model" region "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/dataartsstudio/v1/region" ) func main() { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. // In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment ak := os.Getenv("CLOUD_SDK_AK") sk := os.Getenv("CLOUD_SDK_SK") projectId := "{project_id}" auth := basic.NewCredentialsBuilder(). WithAk(ak). WithSk(sk). WithProjectId(projectId). Build() client := dataartsstudio.NewDataArtsStudioClient( dataartsstudio.DataArtsStudioClientBuilder(). WithRegion(region.ValueOf("<YOUR REGION>")). WithCredential(auth). Build()) request := &model.ListBusinessRequest{} response, err := client.ListBusiness(request) if err == nil { fmt.Printf("%+v\n", response) } else { fmt.Println(err) } } |
For SDK sample code of more programming languages, see the Sample Code tab in API Explorer. SDK sample code can be automatically generated.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
package com.huaweicloud.sdk.test; import com.huaweicloud.sdk.core.auth.ICredential; import com.huaweicloud.sdk.core.auth.BasicCredentials; import com.huaweicloud.sdk.core.exception.ConnectionException; import com.huaweicloud.sdk.core.exception.RequestTimeoutException; import com.huaweicloud.sdk.core.exception.ServiceResponseException; import com.huaweicloud.sdk.dataartsstudio.v1.region.DataArtsStudioRegion; import com.huaweicloud.sdk.dataartsstudio.v1.*; import com.huaweicloud.sdk.dataartsstudio.v1.model.*; public class ListBusinessSolution { public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. // In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment String ak = System.getenv("CLOUD_SDK_AK"); String sk = System.getenv("CLOUD_SDK_SK"); String projectId = "{project_id}"; ICredential auth = new BasicCredentials() .withProjectId(projectId) .withAk(ak) .withSk(sk); DataArtsStudioClient client = DataArtsStudioClient.newBuilder() .withCredential(auth) .withRegion(DataArtsStudioRegion.valueOf("<YOUR REGION>")) .build(); ListBusinessRequest request = new ListBusinessRequest(); try { ListBusinessResponse response = client.listBusiness(request); System.out.println(response.toString()); } catch (ConnectionException e) { e.printStackTrace(); } catch (RequestTimeoutException e) { e.printStackTrace(); } catch (ServiceResponseException e) { e.printStackTrace(); System.out.println(e.getHttpStatusCode()); System.out.println(e.getRequestId()); System.out.println(e.getErrorCode()); System.out.println(e.getErrorMsg()); } } } |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
# coding: utf-8 import os from huaweicloudsdkcore.auth.credentials import BasicCredentials from huaweicloudsdkdataartsstudio.v1.region.dataartsstudio_region import DataArtsStudioRegion from huaweicloudsdkcore.exceptions import exceptions from huaweicloudsdkdataartsstudio.v1 import * if __name__ == "__main__": # The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. # In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment ak = os.environ["CLOUD_SDK_AK"] sk = os.environ["CLOUD_SDK_SK"] projectId = "{project_id}" credentials = BasicCredentials(ak, sk, projectId) client = DataArtsStudioClient.new_builder() \ .with_credentials(credentials) \ .with_region(DataArtsStudioRegion.value_of("<YOUR REGION>")) \ .build() try: request = ListBusinessRequest() response = client.list_business(request) print(response) except exceptions.ClientRequestException as e: print(e.status_code) print(e.request_id) print(e.error_code) print(e.error_msg) |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
package main import ( "fmt" "github.com/huaweicloud/huaweicloud-sdk-go-v3/core/auth/basic" dataartsstudio "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/dataartsstudio/v1" "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/dataartsstudio/v1/model" region "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/dataartsstudio/v1/region" ) func main() { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. // In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment ak := os.Getenv("CLOUD_SDK_AK") sk := os.Getenv("CLOUD_SDK_SK") projectId := "{project_id}" auth := basic.NewCredentialsBuilder(). WithAk(ak). WithSk(sk). WithProjectId(projectId). Build() client := dataartsstudio.NewDataArtsStudioClient( dataartsstudio.DataArtsStudioClientBuilder(). WithRegion(region.ValueOf("<YOUR REGION>")). WithCredential(auth). Build()) request := &model.ListBusinessRequest{} response, err := client.ListBusiness(request) if err == nil { fmt.Printf("%+v\n", response) } else { fmt.Println(err) } } |
For SDK sample code of more programming languages, see the Sample Code tab in API Explorer. SDK sample code can be automatically generated.
Status Codes
Status Code |
Description |
---|---|
200 |
This operation succeeds, and the returned data is all L1, L2, and L3 entities. |
400 |
BadRequest |
401 |
Unauthorized |
403 |
Forbidden |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot