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=false レスポンス結果から上流アセットを除外したい場合は true |
excludeDownstream | boolean Default: false Example: excludeDownstream=false レスポンス結果から下流アセットを除外したい場合は true |
excludeFineLineage | boolean Default: true Example: excludeFineLineage=true レスポンス結果から詳細リネージを除外したい場合は true |
{- "data": {
- "downstream": [
- {
- "downstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
], - "fields": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_lost": true,
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "rule_set",
- "physical_name": "sales_202102",
- "service_name": "mysql",
- "upstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
]
}, - {
- "downstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
], - "fields": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_lost": true,
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "rule_set",
- "physical_name": "sales_202102",
- "service_name": "mysql",
- "upstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
]
}
], - "fields": [
- {
- "downstream": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "logical_name": "売上テーブル(2月)",
- "object_type": "comment_thread",
- "ordinal_position": 3,
- "physical_name": "sales_202102",
- "upstream": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}
]
}, - {
- "downstream": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "logical_name": "売上テーブル(2月)",
- "object_type": "comment_thread",
- "ordinal_position": 3,
- "physical_name": "sales_202102",
- "upstream": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}
]
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_lost": true,
- "logical_name": "売上テーブル(2月)",
- "object_type": "user",
- "physical_name": "sales_202102",
- "service_name": "other",
- "upstream": [
- {
- "downstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
], - "fields": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_lost": true,
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "rule_set",
- "physical_name": "sales_202102",
- "service_name": "mysql",
- "upstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
]
}, - {
- "downstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
], - "fields": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "tenant_info",
- "ordinal_position": 3,
- "parent_asset_id": "Unde excepturi necessitatibus et dolor aut ea.",
- "physical_name": "sales_202102"
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_lost": true,
- "lineage_type": "transformation",
- "logical_name": "売上テーブル(2月)",
- "object_type": "rule_set",
- "physical_name": "sales_202102",
- "service_name": "mysql",
- "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": "2005-08-20T04:35:13Z",
- "created_by": "Explicabo accusamus.",
- "data_type": "integer",
- "ddl_statement": "CREATE TABLE AS ...",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "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"
}, - {
- "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": "comment_thread",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "rule_set",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "rule_set",
- "path_layer": "schema3"
}
], - "physical_name": "sales_202102",
- "property_sets": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": false,
- "order": 2050616270213713200,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": false,
- "order": 2050616270213713200,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "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"
}, - {
- "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": "sql_server",
- "statistics": {
- "count": 13567,
- "size": 4.8
}, - "sub_id": "latest",
- "table_stats": {
- "count": 13567,
- "size": 4.8
}, - "updated_at": "1978-06-19T09:00:46Z",
- "updated_by": [
- "Quas error et enim rerum.",
- "Tempora qui atque aperiam quae quo cumque.",
- "Non sapiente neque deleniti ut et."
]
}
}
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": "2005-08-20T04:35:13Z",
- "created_by": "Explicabo accusamus.",
- "data_type": "integer",
- "ddl_statement": "CREATE TABLE AS ...",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "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"
}, - {
- "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": "comment_thread",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "rule_set",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "rule_set",
- "path_layer": "schema3"
}
], - "physical_name": "sales_202102",
- "property_sets": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": false,
- "order": 2050616270213713200,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": false,
- "order": 2050616270213713200,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "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"
}, - {
- "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": "sql_server",
- "statistics": {
- "count": 13567,
- "size": 4.8
}, - "sub_id": "latest",
- "table_stats": {
- "count": 13567,
- "size": 4.8
}, - "updated_at": "1978-06-19T09:00:46Z",
- "updated_by": [
- "Quas error et enim rerum.",
- "Tempora qui atque aperiam quae quo cumque.",
- "Non sapiente neque deleniti ut et."
]
}
}
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"
]
}
]
}
{- "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": "2005-08-20T04:35:13Z",
- "created_by": "Explicabo accusamus.",
- "data_type": "integer",
- "ddl_statement": "CREATE TABLE AS ...",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "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"
}, - {
- "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": "comment_thread",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "rule_set",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "rule_set",
- "path_layer": "schema3"
}
], - "physical_name": "sales_202102",
- "property_sets": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": false,
- "order": 2050616270213713200,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": false,
- "order": 2050616270213713200,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "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"
}, - {
- "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": "sql_server",
- "statistics": {
- "count": 13567,
- "size": 4.8
}, - "sub_id": "latest",
- "table_stats": {
- "count": 13567,
- "size": 4.8
}, - "updated_at": "1978-06-19T09:00:46Z",
- "updated_by": [
- "Quas error et enim rerum.",
- "Tempora qui atque aperiam quae quo cumque.",
- "Non sapiente neque deleniti ut et."
]
}
}
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": "2005-08-20T04:35:13Z",
- "created_by": "Explicabo accusamus.",
- "data_type": "integer",
- "ddl_statement": "CREATE TABLE AS ...",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "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"
}, - {
- "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": "comment_thread",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "rule_set",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "rule_set",
- "path_layer": "schema3"
}
], - "physical_name": "sales_202102",
- "property_sets": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": false,
- "order": 2050616270213713200,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": false,
- "order": 2050616270213713200,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "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"
}, - {
- "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": "sql_server",
- "statistics": {
- "count": 13567,
- "size": 4.8
}, - "sub_id": "latest",
- "table_stats": {
- "count": 13567,
- "size": 4.8
}, - "updated_at": "1978-06-19T09:00:46Z",
- "updated_by": [
- "Quas error et enim rerum.",
- "Tempora qui atque aperiam quae quo cumque.",
- "Non sapiente neque deleniti ut et."
]
}
}
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"
}
]
}
{- "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": "2005-08-20T04:35:13Z",
- "created_by": "Explicabo accusamus.",
- "data_type": "integer",
- "ddl_statement": "CREATE TABLE AS ...",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "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"
}, - {
- "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": "comment_thread",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "rule_set",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "rule_set",
- "path_layer": "schema3"
}
], - "physical_name": "sales_202102",
- "property_sets": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": false,
- "order": 2050616270213713200,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": false,
- "order": 2050616270213713200,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "1989-04-08T03:59:11Z",
- "uploaded_by": "usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b"
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 4928915611933576000,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "url",
- "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"
}, - {
- "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": "sql_server",
- "statistics": {
- "count": 13567,
- "size": 4.8
}, - "sub_id": "latest",
- "table_stats": {
- "count": 13567,
- "size": 4.8
}, - "updated_at": "1978-06-19T09:00:46Z",
- "updated_by": [
- "Quas error et enim rerum.",
- "Tempora qui atque aperiam quae quo cumque.",
- "Non sapiente neque deleniti ut et."
]
}
}
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": "2008-07-23T22:53:23Z",
- "created_by": "Iure minima error corporis necessitatibus.",
- "data_type": "integer",
- "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": "rule_set",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "rule_set",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "rule_set",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "rule_set",
- "path_layer": "schema3"
}
], - "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"
}, - {
- "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": "oracle",
- "sub_id": "latest",
- "updated_at": "1986-03-02T09:41:05Z",
- "updated_by": [
- "Est dolorem impedit sed doloremque.",
- "Sint nulla similique placeat porro nihil excepturi.",
- "Iure architecto facilis magnam."
]
}, - {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "2008-07-23T22:53:23Z",
- "created_by": "Iure minima error corporis necessitatibus.",
- "data_type": "integer",
- "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": "rule_set",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "rule_set",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "rule_set",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "rule_set",
- "path_layer": "schema3"
}
], - "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"
}, - {
- "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": "oracle",
- "sub_id": "latest",
- "updated_at": "1986-03-02T09:41:05Z",
- "updated_by": [
- "Est dolorem impedit sed doloremque.",
- "Sint nulla similique placeat porro nihil excepturi.",
- "Iure architecto facilis magnam."
]
}, - {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "2008-07-23T22:53:23Z",
- "created_by": "Iure minima error corporis necessitatibus.",
- "data_type": "integer",
- "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": "rule_set",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "rule_set",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "rule_set",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "rule_set",
- "path_layer": "schema3"
}
], - "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"
}, - {
- "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": "oracle",
- "sub_id": "latest",
- "updated_at": "1986-03-02T09:41:05Z",
- "updated_by": [
- "Est dolorem impedit sed doloremque.",
- "Sint nulla similique placeat porro nihil excepturi.",
- "Iure architecto facilis magnam."
]
}
]
}
last_id | string Default: "" 直前のレスポンス内の最後のオブジェクトに関するID。次回のリクエスト時に指定することで、続きのオブジェクトから取得することができます。レスポンス内に 'last_id' が存在しない場合は、そのレスポンス以降のオブジェクトは存在しません。 |
object_type required | string Value: "schema" 取得するオブジェクトタイプ。現在は、最上位の 'schema' 層に属するアセットのみを取得可能です。 |
size | integer <int64> Default: 25 検索結果の最大件数 |
{- "last_id": "Cupiditate ipsum quidem.",
- "object_type": "schema",
- "size": 25
}
{- "data": [
- {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "2008-07-23T22:53:23Z",
- "created_by": "Iure minima error corporis necessitatibus.",
- "data_type": "integer",
- "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": "rule_set",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "rule_set",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "rule_set",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "rule_set",
- "path_layer": "schema3"
}
], - "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"
}, - {
- "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": "oracle",
- "sub_id": "latest",
- "updated_at": "1986-03-02T09:41:05Z",
- "updated_by": [
- "Est dolorem impedit sed doloremque.",
- "Sint nulla similique placeat porro nihil excepturi.",
- "Iure architecto facilis magnam."
]
}, - {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "2008-07-23T22:53:23Z",
- "created_by": "Iure minima error corporis necessitatibus.",
- "data_type": "integer",
- "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": "rule_set",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "rule_set",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "rule_set",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "name": "sales_202102",
- "object_type": "rule_set",
- "path_layer": "schema3"
}
], - "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"
}, - {
- "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": "oracle",
- "sub_id": "latest",
- "updated_at": "1986-03-02T09:41:05Z",
- "updated_by": [
- "Est dolorem impedit sed doloremque.",
- "Sint nulla similique placeat porro nihil excepturi.",
- "Iure architecto facilis magnam."
]
}
], - "last_id": "Dolorem illum iusto eum corrupti corporis mollitia."
}
id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
{- "data": {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
}
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": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
}
{- "data": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "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": "tenant_info",
- "parent_tags": [
- {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}
], - "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}
}
id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
{- "data": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "tenant_info",
- "parent_tags": [
- {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}
], - "tag_group_color": "purple",
- "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": "blue",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}
{- "data": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "tenant_info",
- "parent_tags": [
- {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}
], - "tag_group_color": "purple",
- "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": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}
}
{- "data": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "table",
- "parent_tag_name": "セキュリティ種別",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "table",
- "parent_tag_name": "セキュリティ種別",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "table",
- "parent_tag_name": "セキュリティ種別",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "table",
- "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": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}
}
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": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
], - "created_at": "2003-04-07T10:46:15Z",
- "created_by": "Modi dolorem nostrum officiis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "property_set",
- "tag_group_color": "purple",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "1989-09-16T16:58:46Z",
- "updated_by": [
- "Aut vero eos quo voluptatem quae.",
- "Blanditiis et aut similique et neque et.",
- "Est dolores consequatur voluptatum."
]
}
}
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": "2011-08-15T03:57:46Z",
- "created_by": "Qui rerum quisquam quis omnis.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": true,
- "object_type": "property_set",
- "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": "1980-10-10T14:25:06Z",
- "updated_by": [
- "Eveniet necessitatibus.",
- "Ex molestiae cumque qui sapiente quia.",
- "Perferendis dignissimos voluptas quos itaque quibusdam ea.",
- "At et rem quod."
]
}
}
id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
{- "data": {
- "most_accessed_by": {
- "daily": [
- {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}, - {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}, - {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}, - {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}
]
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "monthly": [
- {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}, - {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}, - {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}, - {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}, - {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}
]
}
], - "object_type": "user",
- "quarterly": [
- {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}, - {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}, - {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}, - {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}, - {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}
]
}
], - "sub_id": "latest",
- "updated_at": "1993-03-02T12:01:05Z",
- "weekly": [
- {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}, - {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}, - {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}, - {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}
]
}
], - "yearly": [
- {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}, - {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}, - {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}, - {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}, - {
- "count": 2241241511277746000,
- "rank": 5070770495473105000,
- "user_profile": {
- "email_address": "haven.roob@wiegand.name",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "role": "editor",
- "user_type": "agent"
}
}
]
}
]
}, - "number_of_accessed_by": {
- "daily": [
- {
- "count": 8665196435233558000,
- "date_unit": "2021-01-30"
}, - {
- "count": 8665196435233558000,
- "date_unit": "2021-01-30"
}, - {
- "count": 8665196435233558000,
- "date_unit": "2021-01-30"
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "monthly": [
- {
- "count": 8665196435233558000,
- "date_unit": "2021-01-30"
}, - {
- "count": 8665196435233558000,
- "date_unit": "2021-01-30"
}, - {
- "count": 8665196435233558000,
- "date_unit": "2021-01-30"
}, - {
- "count": 8665196435233558000,
- "date_unit": "2021-01-30"
}
], - "object_type": "rule",
- "quarterly": [
- {
- "count": 8665196435233558000,
- "date_unit": "2021-01-30"
}, - {
- "count": 8665196435233558000,
- "date_unit": "2021-01-30"
}, - {
- "count": 8665196435233558000,
- "date_unit": "2021-01-30"
}, - {
- "count": 8665196435233558000,
- "date_unit": "2021-01-30"
}
], - "sub_id": "latest",
- "updated_at": "1986-04-11T01:58:56Z",
- "weekly": [
- {
- "count": 8665196435233558000,
- "date_unit": "2021-01-30"
}, - {
- "count": 8665196435233558000,
- "date_unit": "2021-01-30"
}, - {
- "count": 8665196435233558000,
- "date_unit": "2021-01-30"
}, - {
- "count": 8665196435233558000,
- "date_unit": "2021-01-30"
}
], - "yearly": [
- {
- "count": 8665196435233558000,
- "date_unit": "2021-01-30"
}, - {
- "count": 8665196435233558000,
- "date_unit": "2021-01-30"
}
]
}
}
}
last_id | string Default: "" 直前のレスポンス内の最後のオブジェクトに関するID。次回のリクエスト時に指定することで、続きのオブジェクトから取得することができます。レスポンス内に 'last_id' が存在しない場合は、そのレスポンス以降のオブジェクトは存在しません。 |
size | integer <int64> Default: 25 検索結果の最大件数 |
{- "last_id": "Fuga nobis quisquam quo quos aliquam dolores.",
- "size": 25
}
{- "data": [
- {
- "created_at": "1970-03-07T14:43:31Z",
- "created_by": "Aliquam est nihil eum architecto quod.",
- "email_address": "noemy@hyatt.org",
- "family_name": "山田",
- "from_external_idp": true,
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "idp_disconnected": true,
- "is_disabled": true,
- "language": "ja",
- "object_type": "table",
- "provider_name": "azure-ad-saml",
- "role": "",
- "status": "LOCKED",
- "sub_id": "latest",
- "updated_at": "2014-01-01T09:54:52Z",
- "updated_by": [
- "Qui officia et vel voluptas voluptatibus.",
- "Inventore nostrum quis.",
- "Reiciendis impedit ad quis.",
- "Optio dignissimos eum eos libero harum."
]
}, - {
- "created_at": "1970-03-07T14:43:31Z",
- "created_by": "Aliquam est nihil eum architecto quod.",
- "email_address": "noemy@hyatt.org",
- "family_name": "山田",
- "from_external_idp": true,
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "idp_disconnected": true,
- "is_disabled": true,
- "language": "ja",
- "object_type": "table",
- "provider_name": "azure-ad-saml",
- "role": "",
- "status": "LOCKED",
- "sub_id": "latest",
- "updated_at": "2014-01-01T09:54:52Z",
- "updated_by": [
- "Qui officia et vel voluptas voluptatibus.",
- "Inventore nostrum quis.",
- "Reiciendis impedit ad quis.",
- "Optio dignissimos eum eos libero harum."
]
}, - {
- "created_at": "1970-03-07T14:43:31Z",
- "created_by": "Aliquam est nihil eum architecto quod.",
- "email_address": "noemy@hyatt.org",
- "family_name": "山田",
- "from_external_idp": true,
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "idp_disconnected": true,
- "is_disabled": true,
- "language": "ja",
- "object_type": "table",
- "provider_name": "azure-ad-saml",
- "role": "",
- "status": "LOCKED",
- "sub_id": "latest",
- "updated_at": "2014-01-01T09:54:52Z",
- "updated_by": [
- "Qui officia et vel voluptas voluptatibus.",
- "Inventore nostrum quis.",
- "Reiciendis impedit ad quis.",
- "Optio dignissimos eum eos libero harum."
]
}, - {
- "created_at": "1970-03-07T14:43:31Z",
- "created_by": "Aliquam est nihil eum architecto quod.",
- "email_address": "noemy@hyatt.org",
- "family_name": "山田",
- "from_external_idp": true,
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "idp_disconnected": true,
- "is_disabled": true,
- "language": "ja",
- "object_type": "table",
- "provider_name": "azure-ad-saml",
- "role": "",
- "status": "LOCKED",
- "sub_id": "latest",
- "updated_at": "2014-01-01T09:54:52Z",
- "updated_by": [
- "Qui officia et vel voluptas voluptatibus.",
- "Inventore nostrum quis.",
- "Reiciendis impedit ad quis.",
- "Optio dignissimos eum eos libero harum."
]
}
], - "last_id": "Placeat saepe ad."
}
id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
{- "data": {
- "created_at": "1970-03-07T14:43:31Z",
- "created_by": "Aliquam est nihil eum architecto quod.",
- "email_address": "noemy@hyatt.org",
- "family_name": "山田",
- "from_external_idp": true,
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "idp_disconnected": true,
- "is_disabled": true,
- "language": "ja",
- "object_type": "table",
- "provider_name": "azure-ad-saml",
- "role": "",
- "status": "LOCKED",
- "sub_id": "latest",
- "updated_at": "2014-01-01T09:54:52Z",
- "updated_by": [
- "Qui officia et vel voluptas voluptatibus.",
- "Inventore nostrum quis.",
- "Reiciendis impedit ad quis.",
- "Optio dignissimos eum eos libero harum."
]
}
}