Download OpenAPI specification:Download
External APIを使用することで、外部のシステムクライアントとQuollio Data Catalogを連携することができます。ベータ版では基本的なメタデータ(アセットやタグなど)を取得・変更するAPIを提供しています。
各APIエンドポイントは、OAuth 2.0のClient Credential Flow(client_secret_basic)を使用した認可を行います。以下の手順に従って、エンドポイントの認可を行なってください。
client_id
と client_secret
を発行します。$ CLIENT_ID=xxxxxx
$ CLIENT_SECRET=xxxxxx
$ TOKEN_URL=<token_url>
$ curl --verbose -s -X POST ${TOKEN_URL} \
-H "Authorization: Basic $(echo -n ${CLIENT_ID}:${CLIENT_SECRET} | base64 )" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "grant_type=client_credentials" \
-d "client_id=${CLIENT_ID}" \
-d "scope=api.quollio.com/beta:admin"
Authorization: Bearer <access token>
の形式でアクセストークンを指定してください。id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
excludeUpstream | boolean Default: false Example: excludeUpstream=true レスポンス結果から上流アセットを除外したい場合は true |
excludeDownstream | boolean Default: false Example: excludeDownstream=true レスポンス結果から下流アセットを除外したい場合は true |
excludeFineLineage | boolean Default: true Example: excludeFineLineage=true レスポンス結果から詳細リネージを除外したい場合は true |
{- "data": {
- "downstream": [
- {
- "downstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
], - "fields": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "reference",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Pariatur error blanditiis adipisci aut.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "reference",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Pariatur error blanditiis adipisci aut.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "reference",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Pariatur error blanditiis adipisci aut.",
- "physical_name": "sales_202102"
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_lost": true,
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "property_set",
- "physical_name": "sales_202102",
- "service_name": "sql_server",
- "upstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
]
}, - {
- "downstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
], - "fields": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "reference",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Pariatur error blanditiis adipisci aut.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "reference",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Pariatur error blanditiis adipisci aut.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "reference",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Pariatur error blanditiis adipisci aut.",
- "physical_name": "sales_202102"
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_lost": true,
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "property_set",
- "physical_name": "sales_202102",
- "service_name": "sql_server",
- "upstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
]
}, - {
- "downstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
], - "fields": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "reference",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Pariatur error blanditiis adipisci aut.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "reference",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Pariatur error blanditiis adipisci aut.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "reference",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Pariatur error blanditiis adipisci aut.",
- "physical_name": "sales_202102"
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_lost": true,
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "property_set",
- "physical_name": "sales_202102",
- "service_name": "sql_server",
- "upstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
]
}
], - "fields": [
- {
- "downstream": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "reference",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Pariatur error blanditiis adipisci aut.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "reference",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Pariatur error blanditiis adipisci aut.",
- "physical_name": "sales_202102"
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "logical_name": "売上テーブル(2月)",
- "object_type": "column",
- "ordinal_position": 3,
- "physical_name": "sales_202102",
- "upstream": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "reference",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Pariatur error blanditiis adipisci aut.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "reference",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Pariatur error blanditiis adipisci aut.",
- "physical_name": "sales_202102"
}
]
}, - {
- "downstream": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "reference",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Pariatur error blanditiis adipisci aut.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "reference",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Pariatur error blanditiis adipisci aut.",
- "physical_name": "sales_202102"
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "logical_name": "売上テーブル(2月)",
- "object_type": "column",
- "ordinal_position": 3,
- "physical_name": "sales_202102",
- "upstream": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "reference",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Pariatur error blanditiis adipisci aut.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "reference",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Pariatur error blanditiis adipisci aut.",
- "physical_name": "sales_202102"
}
]
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_lost": false,
- "logical_name": "売上テーブル(2月)",
- "object_type": "tag",
- "physical_name": "sales_202102",
- "service_name": "powerbi",
- "upstream": [
- {
- "downstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
], - "fields": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "reference",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Pariatur error blanditiis adipisci aut.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "reference",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Pariatur error blanditiis adipisci aut.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "reference",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Pariatur error blanditiis adipisci aut.",
- "physical_name": "sales_202102"
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_lost": true,
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "property_set",
- "physical_name": "sales_202102",
- "service_name": "sql_server",
- "upstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
]
}, - {
- "downstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
], - "fields": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "reference",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Pariatur error blanditiis adipisci aut.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "reference",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Pariatur error blanditiis adipisci aut.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "reference",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Pariatur error blanditiis adipisci aut.",
- "physical_name": "sales_202102"
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_lost": true,
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "property_set",
- "physical_name": "sales_202102",
- "service_name": "sql_server",
- "upstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
]
}, - {
- "downstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
], - "fields": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "reference",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Pariatur error blanditiis adipisci aut.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "reference",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Pariatur error blanditiis adipisci aut.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "reference",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Pariatur error blanditiis adipisci aut.",
- "physical_name": "sales_202102"
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_lost": true,
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "property_set",
- "physical_name": "sales_202102",
- "service_name": "sql_server",
- "upstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
]
}
]
}
}
id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
upstream required | Array of strings アセットが持つ全ての上流アセットへのリネージ情報 |
{- "upstream": [
- "tbl-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "tbl-b30624d5cd17002954042157524662fd"
]
}
{- "message": "successfully updated lineage"
}
id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
{- "data": {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "column_stats": {
- "cardinality": 40,
- "max": "10005.8",
- "mean": "578.4",
- "median": "501.3",
- "min": "5.9",
- "mode": "yes",
- "number_of_null": 56,
- "number_of_unique": 24,
- "stddev": "3.58"
}, - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "1988-01-21T10:34:06Z",
- "created_by": "Non facere aut hic voluptatem.",
- "data_type": "integer",
- "ddl_statement": "CREATE TABLE AS ...",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": false,
- "is_lost": false,
- "logical_name": "売上テーブル(2月)",
- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "object_type": "tag",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "tenant_info",
- "path_layer": "table"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "tenant_info",
- "path_layer": "table"
}
], - "physical_name": "sales_202102",
- "property_sets": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1390788963695408600,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1390788963695408600,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1390788963695408600,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}
], - "rule_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "service_name": "mysql",
- "statistics": {
- "count": 13567,
- "size": 4.8
}, - "sub_id": "latest",
- "table_stats": {
- "count": 13567,
- "size": 4.8
}, - "updated_at": "2015-03-01T05:46:54Z",
- "updated_by": [
- "Quos voluptatem.",
- "Suscipit praesentium omnis sint quae sed.",
- "Explicabo accusamus."
]
}
}
id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
description required | string アセットの概要 |
is_archived required | boolean オブジェクトがアーカイブされたかどうか |
logical_name required | string 利便上、ユーザーが呼称するオブジェクト名(論理名) |
{- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "is_archived": false,
- "logical_name": "売上テーブル(2月)"
}
{- "data": {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "column_stats": {
- "cardinality": 40,
- "max": "10005.8",
- "mean": "578.4",
- "median": "501.3",
- "min": "5.9",
- "mode": "yes",
- "number_of_null": 56,
- "number_of_unique": 24,
- "stddev": "3.58"
}, - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "1988-01-21T10:34:06Z",
- "created_by": "Non facere aut hic voluptatem.",
- "data_type": "integer",
- "ddl_statement": "CREATE TABLE AS ...",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": false,
- "is_lost": false,
- "logical_name": "売上テーブル(2月)",
- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "object_type": "tag",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "tenant_info",
- "path_layer": "table"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "tenant_info",
- "path_layer": "table"
}
], - "physical_name": "sales_202102",
- "property_sets": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1390788963695408600,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1390788963695408600,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1390788963695408600,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}
], - "rule_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "service_name": "mysql",
- "statistics": {
- "count": 13567,
- "size": 4.8
}, - "sub_id": "latest",
- "table_stats": {
- "count": 13567,
- "size": 4.8
}, - "updated_at": "2015-03-01T05:46:54Z",
- "updated_by": [
- "Quos voluptatem.",
- "Suscipit praesentium omnis sint quae sed.",
- "Explicabo accusamus."
]
}
}
id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
property_set_id required | string Example: ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a プロパティセットID |
required | Array of objects (AssetEditProperty) |
{- "properties": [
- {
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_values": [
- "This is free text"
]
}, - {
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_values": [
- "This is free text"
]
}, - {
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_values": [
- "This is free text"
]
}
]
}
{- "data": {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "column_stats": {
- "cardinality": 40,
- "max": "10005.8",
- "mean": "578.4",
- "median": "501.3",
- "min": "5.9",
- "mode": "yes",
- "number_of_null": 56,
- "number_of_unique": 24,
- "stddev": "3.58"
}, - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "1988-01-21T10:34:06Z",
- "created_by": "Non facere aut hic voluptatem.",
- "data_type": "integer",
- "ddl_statement": "CREATE TABLE AS ...",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": false,
- "is_lost": false,
- "logical_name": "売上テーブル(2月)",
- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "object_type": "tag",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "tenant_info",
- "path_layer": "table"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "tenant_info",
- "path_layer": "table"
}
], - "physical_name": "sales_202102",
- "property_sets": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1390788963695408600,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1390788963695408600,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1390788963695408600,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}
], - "rule_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "service_name": "mysql",
- "statistics": {
- "count": 13567,
- "size": 4.8
}, - "sub_id": "latest",
- "table_stats": {
- "count": 13567,
- "size": 4.8
}, - "updated_at": "2015-03-01T05:46:54Z",
- "updated_by": [
- "Quos voluptatem.",
- "Suscipit praesentium omnis sint quae sed.",
- "Explicabo accusamus."
]
}
}
id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
object (ExternalColumnStatistics) External APIから更新するカラムの詳細な統計情報。この統計情報はMetadata Agent側で取得される通常の統計情報より優先的に画面に表示されます。 | |
object (TableStatistics) テーブルの統計情報 |
{- "column_stats": {
- "cardinality": 40,
- "max": "10005.8",
- "mean": "578.4",
- "median": "501.3",
- "min": "5.9",
- "mode": "yes",
- "number_of_null": 56,
- "number_of_unique": 24,
- "stddev": "3.58"
}, - "table_stats": {
- "count": 13567,
- "size": 4.8
}
}
{- "data": {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "column_stats": {
- "cardinality": 40,
- "max": "10005.8",
- "mean": "578.4",
- "median": "501.3",
- "min": "5.9",
- "mode": "yes",
- "number_of_null": 56,
- "number_of_unique": 24,
- "stddev": "3.58"
}, - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "1988-01-21T10:34:06Z",
- "created_by": "Non facere aut hic voluptatem.",
- "data_type": "integer",
- "ddl_statement": "CREATE TABLE AS ...",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": false,
- "is_lost": false,
- "logical_name": "売上テーブル(2月)",
- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "object_type": "tag",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "tenant_info",
- "path_layer": "table"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "tenant_info",
- "path_layer": "table"
}
], - "physical_name": "sales_202102",
- "property_sets": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1390788963695408600,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1390788963695408600,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1390788963695408600,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}
], - "rule_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "service_name": "mysql",
- "statistics": {
- "count": 13567,
- "size": 4.8
}, - "sub_id": "latest",
- "table_stats": {
- "count": 13567,
- "size": 4.8
}, - "updated_at": "2015-03-01T05:46:54Z",
- "updated_by": [
- "Quos voluptatem.",
- "Suscipit praesentium omnis sint quae sed.",
- "Explicabo accusamus."
]
}
}
id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
required | Array of objects (TagIDs) |
{- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
]
}
{- "data": {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "column_stats": {
- "cardinality": 40,
- "max": "10005.8",
- "mean": "578.4",
- "median": "501.3",
- "min": "5.9",
- "mode": "yes",
- "number_of_null": 56,
- "number_of_unique": 24,
- "stddev": "3.58"
}, - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "1988-01-21T10:34:06Z",
- "created_by": "Non facere aut hic voluptatem.",
- "data_type": "integer",
- "ddl_statement": "CREATE TABLE AS ...",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": false,
- "is_lost": false,
- "logical_name": "売上テーブル(2月)",
- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "object_type": "tag",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "tenant_info",
- "path_layer": "table"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "tenant_info",
- "path_layer": "table"
}
], - "physical_name": "sales_202102",
- "property_sets": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1390788963695408600,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1390788963695408600,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1390788963695408600,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1974-11-15T19:39:35Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 7805910355961030000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "single_choice",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}
], - "rule_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "service_name": "mysql",
- "statistics": {
- "count": 13567,
- "size": 4.8
}, - "sub_id": "latest",
- "table_stats": {
- "count": 13567,
- "size": 4.8
}, - "updated_at": "2015-03-01T05:46:54Z",
- "updated_by": [
- "Quos voluptatem.",
- "Suscipit praesentium omnis sint quae sed.",
- "Explicabo accusamus."
]
}
}
ids required | Array of strings <= 100 items IDを指定してアセットを取得します。一度に取得できるオブジェクト数は最大100件までです。 |
{- "ids": [
- "tbl-e58f6f262b78a6a10700e2114f798bea",
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668"
]
}
{- "data": [
- {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "2004-06-25T00:23:54Z",
- "created_by": "Facere occaecati esse modi dolorem officia aut.",
- "data_type": "integer",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": false,
- "is_lost": true,
- "logical_name": "売上テーブル(2月)",
- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "object_type": "table",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "tenant_info",
- "path_layer": "table"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "tenant_info",
- "path_layer": "table"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "tenant_info",
- "path_layer": "table"
}
], - "physical_name": "sales_202102",
- "rule_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "service_name": "denodo",
- "sub_id": "latest",
- "updated_at": "1991-02-25T07:19:08Z",
- "updated_by": [
- "Eaque provident.",
- "Odit voluptatem aut quia perferendis accusantium.",
- "Minima error corporis necessitatibus illo."
]
}, - {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "2004-06-25T00:23:54Z",
- "created_by": "Facere occaecati esse modi dolorem officia aut.",
- "data_type": "integer",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": false,
- "is_lost": true,
- "logical_name": "売上テーブル(2月)",
- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "object_type": "table",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "tenant_info",
- "path_layer": "table"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "tenant_info",
- "path_layer": "table"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "tenant_info",
- "path_layer": "table"
}
], - "physical_name": "sales_202102",
- "rule_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "service_name": "denodo",
- "sub_id": "latest",
- "updated_at": "1991-02-25T07:19:08Z",
- "updated_by": [
- "Eaque provident.",
- "Odit voluptatem aut quia perferendis accusantium.",
- "Minima error corporis necessitatibus illo."
]
}
]
}
last_id | string Default: "" 直前のレスポンス内の最後のオブジェクトに関するID。次回のリクエスト時に指定することで、続きのオブジェクトから取得することができます。レスポンス内に 'last_id' が存在しない場合は、そのレスポンス以降のオブジェクトは存在しません。 |
object_type required | string Value: "schema" 取得するオブジェクトタイプ。現在は、最上位の 'schema' 層に属するアセットのみを取得可能です。 |
size | integer <int64> Default: 25 検索結果の最大件数 |
{- "last_id": "Et nulla quia.",
- "object_type": "schema",
- "size": 25
}
{- "data": [
- {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "2004-06-25T00:23:54Z",
- "created_by": "Facere occaecati esse modi dolorem officia aut.",
- "data_type": "integer",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": false,
- "is_lost": true,
- "logical_name": "売上テーブル(2月)",
- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "object_type": "table",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "tenant_info",
- "path_layer": "table"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "tenant_info",
- "path_layer": "table"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "tenant_info",
- "path_layer": "table"
}
], - "physical_name": "sales_202102",
- "rule_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "service_name": "denodo",
- "sub_id": "latest",
- "updated_at": "1991-02-25T07:19:08Z",
- "updated_by": [
- "Eaque provident.",
- "Odit voluptatem aut quia perferendis accusantium.",
- "Minima error corporis necessitatibus illo."
]
}, - {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "2004-06-25T00:23:54Z",
- "created_by": "Facere occaecati esse modi dolorem officia aut.",
- "data_type": "integer",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": false,
- "is_lost": true,
- "logical_name": "売上テーブル(2月)",
- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "object_type": "table",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "tenant_info",
- "path_layer": "table"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "tenant_info",
- "path_layer": "table"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "tenant_info",
- "path_layer": "table"
}
], - "physical_name": "sales_202102",
- "rule_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "service_name": "denodo",
- "sub_id": "latest",
- "updated_at": "1991-02-25T07:19:08Z",
- "updated_by": [
- "Eaque provident.",
- "Odit voluptatem aut quia perferendis accusantium.",
- "Minima error corporis necessitatibus illo."
]
}, - {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "2004-06-25T00:23:54Z",
- "created_by": "Facere occaecati esse modi dolorem officia aut.",
- "data_type": "integer",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": false,
- "is_lost": true,
- "logical_name": "売上テーブル(2月)",
- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "object_type": "table",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "tenant_info",
- "path_layer": "table"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "tenant_info",
- "path_layer": "table"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "tenant_info",
- "path_layer": "table"
}
], - "physical_name": "sales_202102",
- "rule_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "service_name": "denodo",
- "sub_id": "latest",
- "updated_at": "1991-02-25T07:19:08Z",
- "updated_by": [
- "Eaque provident.",
- "Odit voluptatem aut quia perferendis accusantium.",
- "Minima error corporis necessitatibus illo."
]
}
], - "last_id": "Sit est est dolorem."
}
id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
{- "data": {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}
}
id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
child_tag_description | string 子タグ(タグ)に関する概要 |
child_tag_name required | string non-empty ^[^/,]+$ 子タグ(タグ)名 |
is_archived required | boolean オブジェクトがアーカイブされたかどうか |
{- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "is_archived": false
}
{- "data": {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}
}
{- "data": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "table",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "table",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "table",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "table",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}
]
}
tag_group_color | string Default: "gray" Enum: "gray" "red" "yellow" "green" "blue" "purple" "pink" タググループの色 |
tag_group_description | string タググループに関する概要 |
tag_group_name required | string [ 1 .. 20 ] characters ^[^/,]+$ タググループ名 |
{- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}
{- "data": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "import_log",
- "parent_tags": [
- {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}
], - "created_at": "1984-08-16T11:59:34Z",
- "created_by": "Velit modi.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": false,
- "object_type": "property",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "table",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1993-06-30T05:05:21Z",
- "updated_by": [
- "Numquam magni temporibus.",
- "Ducimus minus at totam."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}
], - "created_at": "1984-08-16T11:59:34Z",
- "created_by": "Velit modi.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": false,
- "object_type": "property",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "table",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1993-06-30T05:05:21Z",
- "updated_by": [
- "Numquam magni temporibus.",
- "Ducimus minus at totam."
]
}
], - "tag_group_color": "red",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}
}
id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
{- "data": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "import_log",
- "parent_tags": [
- {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}
], - "created_at": "1984-08-16T11:59:34Z",
- "created_by": "Velit modi.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": false,
- "object_type": "property",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "table",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1993-06-30T05:05:21Z",
- "updated_by": [
- "Numquam magni temporibus.",
- "Ducimus minus at totam."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}
], - "created_at": "1984-08-16T11:59:34Z",
- "created_by": "Velit modi.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": false,
- "object_type": "property",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "table",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1993-06-30T05:05:21Z",
- "updated_by": [
- "Numquam magni temporibus.",
- "Ducimus minus at totam."
]
}
], - "tag_group_color": "red",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}
}
id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
tag_group_color | string Default: "gray" Enum: "gray" "red" "yellow" "green" "blue" "purple" "pink" タググループの色 |
tag_group_description | string タググループに関する概要 |
tag_group_name required | string [ 1 .. 20 ] characters ^[^/,]+$ タググループ名 |
{- "tag_group_color": "yellow",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}
{- "data": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "import_log",
- "parent_tags": [
- {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}
], - "created_at": "1984-08-16T11:59:34Z",
- "created_by": "Velit modi.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": false,
- "object_type": "property",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "table",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1993-06-30T05:05:21Z",
- "updated_by": [
- "Numquam magni temporibus.",
- "Ducimus minus at totam."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}
], - "created_at": "1984-08-16T11:59:34Z",
- "created_by": "Velit modi.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": false,
- "object_type": "property",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "table",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1993-06-30T05:05:21Z",
- "updated_by": [
- "Numquam magni temporibus.",
- "Ducimus minus at totam."
]
}
], - "tag_group_color": "red",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}
}
id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
parent_tag_description | string 親タグ(タグカテゴリ)に関する概要 |
parent_tag_name required | string non-empty ^[^/,]+$ 親タグ(タグカテゴリ)名 |
{- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別"
}
{- "data": {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}
], - "created_at": "1984-08-16T11:59:34Z",
- "created_by": "Velit modi.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": false,
- "object_type": "property",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "table",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1993-06-30T05:05:21Z",
- "updated_by": [
- "Numquam magni temporibus.",
- "Ducimus minus at totam."
]
}
}
{- "data": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "tag_category",
- "parent_tag_name": "セキュリティ種別",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "tag_category",
- "parent_tag_name": "セキュリティ種別",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "tag_category",
- "parent_tag_name": "セキュリティ種別",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "tag_category",
- "parent_tag_name": "セキュリティ種別",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
]
}
id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
{- "data": {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}
], - "created_at": "1984-08-16T11:59:34Z",
- "created_by": "Velit modi.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": false,
- "object_type": "property",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "table",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1993-06-30T05:05:21Z",
- "updated_by": [
- "Numquam magni temporibus.",
- "Ducimus minus at totam."
]
}
}
id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
is_archived required | boolean オブジェクトがアーカイブされたかどうか |
parent_tag_description | string 親タグ(タグカテゴリ)に関する概要 |
parent_tag_name required | string non-empty ^[^/,]+$ 親タグ(タグカテゴリ)名 |
tag_group_id required | string タググループのID。 |
{- "is_archived": true,
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
{- "data": {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}
], - "created_at": "1984-08-16T11:59:34Z",
- "created_by": "Velit modi.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": false,
- "object_type": "property",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "table",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1993-06-30T05:05:21Z",
- "updated_by": [
- "Numquam magni temporibus.",
- "Ducimus minus at totam."
]
}
}
id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
child_tag_description | string 子タグ(タグ)に関する概要 |
child_tag_name required | string non-empty ^[^/,]+$ 子タグ(タグ)名 |
{- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘"
}
{- "data": {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1977-09-05T08:51:51Z",
- "created_by": "Aut dolores et iure.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": false,
- "object_type": "column",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "rule_set_usage": 3,
- "sub_id": "latest",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519",
- "updated_at": "1994-04-07T13:38:33Z",
- "updated_by": [
- "Distinctio quam aliquid dolore quia.",
- "Aut sit voluptatibus sapiente commodi qui rerum.",
- "Quis omnis error est."
]
}
}
id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
{- "data": {
- "most_accessed_by": {
- "daily": [
- {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}
]
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "monthly": [
- {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}
]
}
], - "object_type": "table",
- "quarterly": [
- {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}
]
}
], - "sub_id": "latest",
- "updated_at": "1976-03-18T23:59:08Z",
- "weekly": [
- {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}
]
}
], - "yearly": [
- {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}, - {
- "count": 1439261240967883500,
- "rank": 8282331300307746000,
- "user_profile": {
- "email_address": "emiliano_okuneva@rolfson.com",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": false,
- "role": "viewer",
- "user_type": "agent"
}
}
]
}
]
}, - "number_of_accessed_by": {
- "daily": [
- {
- "count": 2078355860997175300,
- "date_unit": "2021-01-30"
}, - {
- "count": 2078355860997175300,
- "date_unit": "2021-01-30"
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "monthly": [
- {
- "count": 2078355860997175300,
- "date_unit": "2021-01-30"
}, - {
- "count": 2078355860997175300,
- "date_unit": "2021-01-30"
}, - {
- "count": 2078355860997175300,
- "date_unit": "2021-01-30"
}, - {
- "count": 2078355860997175300,
- "date_unit": "2021-01-30"
}
], - "object_type": "tag",
- "quarterly": [
- {
- "count": 2078355860997175300,
- "date_unit": "2021-01-30"
}, - {
- "count": 2078355860997175300,
- "date_unit": "2021-01-30"
}, - {
- "count": 2078355860997175300,
- "date_unit": "2021-01-30"
}
], - "sub_id": "latest",
- "updated_at": "2009-12-23T07:56:38Z",
- "weekly": [
- {
- "count": 2078355860997175300,
- "date_unit": "2021-01-30"
}, - {
- "count": 2078355860997175300,
- "date_unit": "2021-01-30"
}, - {
- "count": 2078355860997175300,
- "date_unit": "2021-01-30"
}
], - "yearly": [
- {
- "count": 2078355860997175300,
- "date_unit": "2021-01-30"
}, - {
- "count": 2078355860997175300,
- "date_unit": "2021-01-30"
}, - {
- "count": 2078355860997175300,
- "date_unit": "2021-01-30"
}
]
}
}
}
last_id | string Default: "" 直前のレスポンス内の最後のオブジェクトに関するID。次回のリクエスト時に指定することで、続きのオブジェクトから取得することができます。レスポンス内に 'last_id' が存在しない場合は、そのレスポンス以降のオブジェクトは存在しません。 |
size | integer <int64> Default: 25 検索結果の最大件数 |
{- "last_id": "Vel aperiam iste architecto.",
- "size": 25
}
{- "data": [
- {
- "created_at": "1985-12-24T02:05:38Z",
- "created_by": "Necessitatibus officiis quis reiciendis qui et.",
- "email_address": "mozelle@kuhn.net",
- "family_name": "山田",
- "from_external_idp": false,
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "idp_disconnected": true,
- "is_disabled": true,
- "language": "ja",
- "object_type": "comment_thread",
- "provider_name": "azure-ad-saml",
- "role": "",
- "status": "DISABLED",
- "sub_id": "latest",
- "updated_at": "2001-10-23T05:34:52Z",
- "updated_by": [
- "Aliquam sunt soluta itaque similique aliquid.",
- "Nulla odit cupiditate natus cupiditate architecto sunt.",
- "Recusandae natus sit omnis iusto et maiores.",
- "Similique aut dolor."
]
}, - {
- "created_at": "1985-12-24T02:05:38Z",
- "created_by": "Necessitatibus officiis quis reiciendis qui et.",
- "email_address": "mozelle@kuhn.net",
- "family_name": "山田",
- "from_external_idp": false,
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "idp_disconnected": true,
- "is_disabled": true,
- "language": "ja",
- "object_type": "comment_thread",
- "provider_name": "azure-ad-saml",
- "role": "",
- "status": "DISABLED",
- "sub_id": "latest",
- "updated_at": "2001-10-23T05:34:52Z",
- "updated_by": [
- "Aliquam sunt soluta itaque similique aliquid.",
- "Nulla odit cupiditate natus cupiditate architecto sunt.",
- "Recusandae natus sit omnis iusto et maiores.",
- "Similique aut dolor."
]
}
], - "last_id": "Et ex."
}
id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
{- "data": {
- "created_at": "1985-12-24T02:05:38Z",
- "created_by": "Necessitatibus officiis quis reiciendis qui et.",
- "email_address": "mozelle@kuhn.net",
- "family_name": "山田",
- "from_external_idp": false,
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "idp_disconnected": true,
- "is_disabled": true,
- "language": "ja",
- "object_type": "comment_thread",
- "provider_name": "azure-ad-saml",
- "role": "",
- "status": "DISABLED",
- "sub_id": "latest",
- "updated_at": "2001-10-23T05:34:52Z",
- "updated_by": [
- "Aliquam sunt soluta itaque similique aliquid.",
- "Nulla odit cupiditate natus cupiditate architecto sunt.",
- "Recusandae natus sit omnis iusto et maiores.",
- "Similique aut dolor."
]
}
}