Download OpenAPI specification:Download
External APIを使用することで、外部のシステムクライアントとQuollio Data Intelligence Cloudを連携することができます。現在は基本的なメタデータ(アセットやタグなど)を取得・変更するAPIを提供しています。
各APIエンドポイントは、OAuth 2.0のClient Credential Flow(client_secret_basic)を使用した認可を行います。以下の手順に従って、エンドポイントの認可を行なってください。
client_id と client_secret を発行します。$ CLIENT_ID=xxxxxx
$ CLIENT_SECRET=xxxxxx
$ TOKEN_URL=<token_url>
$ curl --verbose -s -X POST ${TOKEN_URL} \
-H "Authorization: Basic $(echo -n ${CLIENT_ID}:${CLIENT_SECRET} | base64 )" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "grant_type=client_credentials" \
-d "client_id=${CLIENT_ID}" \
-d "scope=api.quollio.com/beta:admin"
Authorization: Bearer <access token> の形式でアクセストークンを指定してください。| id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
| excludeUpstream | boolean Default: false Example: excludeUpstream=true レスポンス結果から上流アセットを除外したい場合は true |
| excludeDownstream | boolean Default: false Example: excludeDownstream=true レスポンス結果から下流アセットを除外したい場合は true |
| excludeFineLineage | boolean Default: true Example: excludeFineLineage=true レスポンス結果から詳細リネージを除外したい場合は true |
{- "data": {
- "downstream": [
- {
- "downstream": [
- "tbl-cad4e3286f4368aaddbea5806afb4694",
- "tbl-0582efb1aefc2ce87a529c54cbab7017"
], - "fields": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "lineage_type": "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": "ms_fabric",
- "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": {
- "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": "1999-09-29T20:01:56Z",
- "created_by": "Error et enim rerum consectetur tempora qui.",
- "data_type": "integer",
- "ddl_statement": "CREATE TABLE AS ...",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": false,
- "is_lost": false,
- "logical_name": "売上テーブル(2月)",
- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "object_type": "schema",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}
], - "physical_name": "sales_202102",
- "property_sets": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "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": "bigquery",
- "statistics": {
- "count": 13567,
- "size": 4.8
}, - "sub_id": "latest",
- "table_stats": {
- "count": 13567,
- "size": 4.8
}, - "updated_at": "1997-03-01T16:06:55Z",
- "updated_by": [
- "Quae quo cumque reprehenderit non sapiente neque.",
- "Ut et et asperiores."
]
}
}| id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
| description required | string アセットの概要 |
| is_archived required | boolean オブジェクトがアーカイブされたかどうか |
| logical_name required | string 利便上、ユーザーが呼称するオブジェクト名(論理名) |
{- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "is_archived": true,
- "logical_name": "売上テーブル(2月)"
}{- "data": {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "column_stats": {
- "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": "1999-09-29T20:01:56Z",
- "created_by": "Error et enim rerum consectetur tempora qui.",
- "data_type": "integer",
- "ddl_statement": "CREATE TABLE AS ...",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": false,
- "is_lost": false,
- "logical_name": "売上テーブル(2月)",
- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "object_type": "schema",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}
], - "physical_name": "sales_202102",
- "property_sets": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "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": "bigquery",
- "statistics": {
- "count": 13567,
- "size": 4.8
}, - "sub_id": "latest",
- "table_stats": {
- "count": 13567,
- "size": 4.8
}, - "updated_at": "1997-03-01T16:06:55Z",
- "updated_by": [
- "Quae quo cumque reprehenderit non sapiente neque.",
- "Ut et et asperiores."
]
}
}| id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
| property_set_id required | string Example: ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a プロパティセットID |
required | Array of objects (AssetEditProperty) |
{- "properties": [
- {
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_values": [
- "This is free text"
]
}, - {
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_values": [
- "This is free text"
]
}, - {
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_values": [
- "This is free text"
]
}, - {
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_values": [
- "This is free text"
]
}
]
}{- "data": {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "column_stats": {
- "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": "1999-09-29T20:01:56Z",
- "created_by": "Error et enim rerum consectetur tempora qui.",
- "data_type": "integer",
- "ddl_statement": "CREATE TABLE AS ...",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": false,
- "is_lost": false,
- "logical_name": "売上テーブル(2月)",
- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "object_type": "schema",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}
], - "physical_name": "sales_202102",
- "property_sets": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "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": "bigquery",
- "statistics": {
- "count": 13567,
- "size": 4.8
}, - "sub_id": "latest",
- "table_stats": {
- "count": 13567,
- "size": 4.8
}, - "updated_at": "1997-03-01T16:06:55Z",
- "updated_by": [
- "Quae quo cumque reprehenderit non sapiente neque.",
- "Ut et et asperiores."
]
}
}| id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
object (ExternalColumnStatistics) External APIから更新するカラムの詳細な統計情報。この統計情報はMetadata Agent側で取得される通常の統計情報より優先的に画面に表示されます。 | |
object (TableStatistics) テーブルの統計情報 |
{- "column_stats": {
- "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": {
- "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": "1999-09-29T20:01:56Z",
- "created_by": "Error et enim rerum consectetur tempora qui.",
- "data_type": "integer",
- "ddl_statement": "CREATE TABLE AS ...",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": false,
- "is_lost": false,
- "logical_name": "売上テーブル(2月)",
- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "object_type": "schema",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}
], - "physical_name": "sales_202102",
- "property_sets": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "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": "bigquery",
- "statistics": {
- "count": 13567,
- "size": 4.8
}, - "sub_id": "latest",
- "table_stats": {
- "count": 13567,
- "size": 4.8
}, - "updated_at": "1997-03-01T16:06:55Z",
- "updated_by": [
- "Quae quo cumque reprehenderit non sapiente neque.",
- "Ut et et asperiores."
]
}
}| id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
required | Array of objects (TagIDs) |
{- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
]
}{- "data": {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "column_stats": {
- "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": "1999-09-29T20:01:56Z",
- "created_by": "Error et enim rerum consectetur tempora qui.",
- "data_type": "integer",
- "ddl_statement": "CREATE TABLE AS ...",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "is_csv_imported": false,
- "is_lost": false,
- "logical_name": "売上テーブル(2月)",
- "manual_tag_ids": [
- {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "child_tag_id": "tg-c01df3f4-0f19-406d-957c-821af6ec5fff",
- "parent_tag_id": "tgct-c3f564cb-cbe6-475a-9f84-ce93fde79e59",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}
], - "object_type": "schema",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}
], - "physical_name": "sales_202102",
- "property_sets": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}
], - "property_set_id": "ppst-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_set_title": "所有者"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_activated": true,
- "order": 1196107731889356300,
- "properties": [
- {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "property_values": [
- "This is free text"
]
}, - {
- "attachments": [
- {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}, - {
- "content_type": "application/pdf",
- "file_name": "Snowflake用メタデータ取得クエリ.sql",
- "file_path": "clmn-128e289584bf3295276e59741ce0d841/1673334625896936826/usr-e5b5ac23-f1da-4067-9f5b-e682a6b0892b/Snowflake用メタデータ取得クエリ.sql",
- "file_size": 256,
- "uploaded_at": "2015-09-06T15:19:07Z",
- "uploaded_by": "Nesciunt qui asperiores explicabo."
}
], - "options": [
- "apple",
- "grape",
- "orange"
], - "order": 267722220432902980,
- "property_id": "pp-7f7de432-e4e4-4dfc-9c0b-a3a399cdb28a",
- "property_title": "担当者",
- "property_type": "free_input",
- "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": "bigquery",
- "statistics": {
- "count": 13567,
- "size": 4.8
}, - "sub_id": "latest",
- "table_stats": {
- "count": 13567,
- "size": 4.8
}, - "updated_at": "1997-03-01T16:06:55Z",
- "updated_by": [
- "Quae quo cumque reprehenderit non sapiente neque.",
- "Ut et et asperiores."
]
}
}| 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": "1972-08-02T04:59:59Z",
- "created_by": "Dolorem impedit.",
- "data_type": "integer",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "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"
}
], - "object_type": "import_log",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "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": "denodo",
- "sub_id": "latest",
- "updated_at": "2011-07-17T16:39:32Z",
- "updated_by": [
- "Optio sint nulla.",
- "Placeat porro nihil excepturi ut.",
- "Architecto facilis magnam velit repellat.",
- "Voluptatum nihil quam delectus veritatis minima et."
]
}, - {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "1972-08-02T04:59:59Z",
- "created_by": "Dolorem impedit.",
- "data_type": "integer",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "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"
}
], - "object_type": "import_log",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "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": "denodo",
- "sub_id": "latest",
- "updated_at": "2011-07-17T16:39:32Z",
- "updated_by": [
- "Optio sint nulla.",
- "Placeat porro nihil excepturi ut.",
- "Architecto facilis magnam velit repellat.",
- "Voluptatum nihil quam delectus veritatis minima et."
]
}, - {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "1972-08-02T04:59:59Z",
- "created_by": "Dolorem impedit.",
- "data_type": "integer",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "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"
}
], - "object_type": "import_log",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "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": "denodo",
- "sub_id": "latest",
- "updated_at": "2011-07-17T16:39:32Z",
- "updated_by": [
- "Optio sint nulla.",
- "Placeat porro nihil excepturi ut.",
- "Architecto facilis magnam velit repellat.",
- "Voluptatum nihil quam delectus veritatis minima et."
]
}
]
}| last_id | string Default: "" 直前のレスポンス内の最後のオブジェクトに関するID。次回のリクエスト時に指定することで、続きのオブジェクトから取得することができます。レスポンス内に 'last_id' が存在しない場合は、そのレスポンス以降のオブジェクトは存在しません。 |
| object_type required | string Value: "schema" 取得するオブジェクトタイプ。現在は、最上位の 'schema' 層に属するアセットのみを取得可能です。 |
| size | integer <int64> Default: 25 検索結果の最大件数 |
{- "last_id": "Et mollitia.",
- "object_type": "schema",
- "size": 25
}{- "data": [
- {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "1972-08-02T04:59:59Z",
- "created_by": "Dolorem impedit.",
- "data_type": "integer",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "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"
}
], - "object_type": "import_log",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "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": "denodo",
- "sub_id": "latest",
- "updated_at": "2011-07-17T16:39:32Z",
- "updated_by": [
- "Optio sint nulla.",
- "Placeat porro nihil excepturi ut.",
- "Architecto facilis magnam velit repellat.",
- "Voluptatum nihil quam delectus veritatis minima et."
]
}, - {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "1972-08-02T04:59:59Z",
- "created_by": "Dolorem impedit.",
- "data_type": "integer",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "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"
}
], - "object_type": "import_log",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "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": "denodo",
- "sub_id": "latest",
- "updated_at": "2011-07-17T16:39:32Z",
- "updated_by": [
- "Optio sint nulla.",
- "Placeat porro nihil excepturi ut.",
- "Architecto facilis magnam velit repellat.",
- "Voluptatum nihil quam delectus veritatis minima et."
]
}, - {
- "child_asset_ids": [
- "clmn-ba88e1f07fd37f0c7cd7d004e6ebc668",
- "clmn-b30624d5cd17002954042157524662fd"
], - "comment_on_ddl": "2月の売上関連情報。月次レポートに使用してください。",
- "created_at": "1972-08-02T04:59:59Z",
- "created_by": "Dolorem impedit.",
- "data_type": "integer",
- "description": "2月の売上関連情報。月次レポートに使用してください。",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "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"
}
], - "object_type": "import_log",
- "ordinal_position": 3,
- "path": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "path_layer": "schema3"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_authorized": false,
- "name": "sales_202102",
- "object_type": "table",
- "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": "denodo",
- "sub_id": "latest",
- "updated_at": "2011-07-17T16:39:32Z",
- "updated_by": [
- "Optio sint nulla.",
- "Placeat porro nihil excepturi ut.",
- "Architecto facilis magnam velit repellat.",
- "Voluptatum nihil quam delectus veritatis minima et."
]
}
], - "has_more": false,
- "last_id": "Sed exercitationem inventore asperiores saepe."
}| id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
{- "data": {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}
}| 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": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}
}{- "data": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "property",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "property",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "property",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}
]
}| tag_group_color | string Default: "gray" Enum: "gray" "red" "yellow" "green" "blue" "purple" "pink" タググループの色 |
| tag_group_description | string タググループに関する概要 |
| tag_group_name required | string [ 1 .. 20 ] characters ^[^/,]+$ タググループ名 |
{- "tag_group_color": "blue",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}{- "data": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "schema",
- "parent_tags": [
- {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}
], - "created_at": "1975-01-08T06:05:38Z",
- "created_by": "Officiis alias nemo aut vero.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "user",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "property",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "2000-04-10T00:00:18Z",
- "updated_by": [
- "Voluptatem quae est blanditiis et.",
- "Similique et neque et nobis."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}
], - "created_at": "1975-01-08T06:05:38Z",
- "created_by": "Officiis alias nemo aut vero.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "user",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "property",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "2000-04-10T00:00:18Z",
- "updated_by": [
- "Voluptatem quae est blanditiis et.",
- "Similique et neque et nobis."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}
], - "created_at": "1975-01-08T06:05:38Z",
- "created_by": "Officiis alias nemo aut vero.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "user",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "property",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "2000-04-10T00:00:18Z",
- "updated_by": [
- "Voluptatem quae est blanditiis et.",
- "Similique et neque et nobis."
]
}
], - "tag_group_color": "green",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}
}| id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
{- "data": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "schema",
- "parent_tags": [
- {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}
], - "created_at": "1975-01-08T06:05:38Z",
- "created_by": "Officiis alias nemo aut vero.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "user",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "property",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "2000-04-10T00:00:18Z",
- "updated_by": [
- "Voluptatem quae est blanditiis et.",
- "Similique et neque et nobis."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}
], - "created_at": "1975-01-08T06:05:38Z",
- "created_by": "Officiis alias nemo aut vero.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "user",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "property",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "2000-04-10T00:00:18Z",
- "updated_by": [
- "Voluptatem quae est blanditiis et.",
- "Similique et neque et nobis."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}
], - "created_at": "1975-01-08T06:05:38Z",
- "created_by": "Officiis alias nemo aut vero.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "user",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "property",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "2000-04-10T00:00:18Z",
- "updated_by": [
- "Voluptatem quae est blanditiis et.",
- "Similique et neque et nobis."
]
}
], - "tag_group_color": "green",
- "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": "pink",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}{- "data": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "schema",
- "parent_tags": [
- {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}
], - "created_at": "1975-01-08T06:05:38Z",
- "created_by": "Officiis alias nemo aut vero.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "user",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "property",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "2000-04-10T00:00:18Z",
- "updated_by": [
- "Voluptatem quae est blanditiis et.",
- "Similique et neque et nobis."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}
], - "created_at": "1975-01-08T06:05:38Z",
- "created_by": "Officiis alias nemo aut vero.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "user",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "property",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "2000-04-10T00:00:18Z",
- "updated_by": [
- "Voluptatem quae est blanditiis et.",
- "Similique et neque et nobis."
]
}, - {
- "child_tags": [
- {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}
], - "created_at": "1975-01-08T06:05:38Z",
- "created_by": "Officiis alias nemo aut vero.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "user",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "property",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "2000-04-10T00:00:18Z",
- "updated_by": [
- "Voluptatem quae est blanditiis et.",
- "Similique et neque et nobis."
]
}
], - "tag_group_color": "green",
- "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": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}
], - "created_at": "1975-01-08T06:05:38Z",
- "created_by": "Officiis alias nemo aut vero.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "user",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "property",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "2000-04-10T00:00:18Z",
- "updated_by": [
- "Voluptatem quae est blanditiis et.",
- "Similique et neque et nobis."
]
}
}{- "data": [
- {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "user",
- "parent_tag_name": "セキュリティ種別",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "user",
- "parent_tag_name": "セキュリティ種別",
- "tag_group_id": "ttggp-31b039be-3768-417c-8fbc-f4de5378ee519"
}, - {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "object_type": "user",
- "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": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}
], - "created_at": "1975-01-08T06:05:38Z",
- "created_by": "Officiis alias nemo aut vero.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "user",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "property",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "2000-04-10T00:00:18Z",
- "updated_by": [
- "Voluptatem quae est blanditiis et.",
- "Similique et neque et nobis."
]
}
}| 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": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}, - {
- "asset_usage": 123,
- "child_tag_description": "このタグが付与されているデータを扱う場合は、取り扱いに厳重注意してください。",
- "child_tag_name": "社外秘",
- "created_at": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}
], - "created_at": "1975-01-08T06:05:38Z",
- "created_by": "Officiis alias nemo aut vero.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "user",
- "parent_tag_description": "セキュリティを4段階のレベルに分けて管理します。",
- "parent_tag_name": "セキュリティ種別",
- "sub_id": "latest",
- "tag_group": {
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": true,
- "object_type": "property",
- "tag_group_color": "gray",
- "tag_group_description": "このグループには数種類のセキュリティに関するタグが含まれています。",
- "tag_group_name": "セキュリティ"
}, - "updated_at": "2000-04-10T00:00:18Z",
- "updated_by": [
- "Voluptatem quae est blanditiis et.",
- "Similique et neque et nobis."
]
}
}| 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": "1998-05-31T16:54:45Z",
- "created_by": "Est ex molestiae cumque qui sapiente quia.",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_archived": false,
- "is_csv_imported": true,
- "object_type": "tag_category",
- "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": "1976-02-27T08:44:19Z",
- "updated_by": [
- "Dignissimos voluptas quos itaque quibusdam.",
- "At at et rem.",
- "Ut fugiat pariatur."
]
}
}| last_id | string Default: "" 直前のレスポンス内の最後のオブジェクトに関するID。次回のリクエスト時に指定することで、続きのオブジェクトから取得することができます。レスポンス内に 'last_id' が存在しない場合は、そのレスポンス以降のオブジェクトは存在しません。 |
| size | integer <int64> Default: 25 検索結果の最大件数 |
{- "last_id": "Fugiat dolorem harum.",
- "size": 25
}{- "data": [
- {
- "created_at": "1984-05-29T18:22:28Z",
- "created_by": "Provident unde.",
- "email_address": "waino@doylebeier.info",
- "family_name": "山田",
- "from_external_idp": false,
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "idp_disconnected": false,
- "is_disabled": true,
- "language": "ja",
- "object_type": "tag_category",
- "provider_name": "azure-ad-saml",
- "role": "viewer",
- "status": "WAITING_FOR_ACTIVATION",
- "sub_id": "latest",
- "updated_at": "1982-12-27T05:19:45Z",
- "updated_by": [
- "Harum deleniti aut eaque iste voluptatibus ut.",
- "Nulla praesentium velit et nam ut voluptates.",
- "Vero accusantium aut quo maxime sed sed."
]
}, - {
- "created_at": "1984-05-29T18:22:28Z",
- "created_by": "Provident unde.",
- "email_address": "waino@doylebeier.info",
- "family_name": "山田",
- "from_external_idp": false,
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "idp_disconnected": false,
- "is_disabled": true,
- "language": "ja",
- "object_type": "tag_category",
- "provider_name": "azure-ad-saml",
- "role": "viewer",
- "status": "WAITING_FOR_ACTIVATION",
- "sub_id": "latest",
- "updated_at": "1982-12-27T05:19:45Z",
- "updated_by": [
- "Harum deleniti aut eaque iste voluptatibus ut.",
- "Nulla praesentium velit et nam ut voluptates.",
- "Vero accusantium aut quo maxime sed sed."
]
}, - {
- "created_at": "1984-05-29T18:22:28Z",
- "created_by": "Provident unde.",
- "email_address": "waino@doylebeier.info",
- "family_name": "山田",
- "from_external_idp": false,
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "idp_disconnected": false,
- "is_disabled": true,
- "language": "ja",
- "object_type": "tag_category",
- "provider_name": "azure-ad-saml",
- "role": "viewer",
- "status": "WAITING_FOR_ACTIVATION",
- "sub_id": "latest",
- "updated_at": "1982-12-27T05:19:45Z",
- "updated_by": [
- "Harum deleniti aut eaque iste voluptatibus ut.",
- "Nulla praesentium velit et nam ut voluptates.",
- "Vero accusantium aut quo maxime sed sed."
]
}
], - "last_id": "Sit architecto ea enim."
}| id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
{- "data": {
- "created_at": "1984-05-29T18:22:28Z",
- "created_by": "Provident unde.",
- "email_address": "waino@doylebeier.info",
- "family_name": "山田",
- "from_external_idp": false,
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "idp_disconnected": false,
- "is_disabled": true,
- "language": "ja",
- "object_type": "tag_category",
- "provider_name": "azure-ad-saml",
- "role": "viewer",
- "status": "WAITING_FOR_ACTIVATION",
- "sub_id": "latest",
- "updated_at": "1982-12-27T05:19:45Z",
- "updated_by": [
- "Harum deleniti aut eaque iste voluptatibus ut.",
- "Nulla praesentium velit et nam ut voluptates.",
- "Vero accusantium aut quo maxime sed sed."
]
}
}| id required | string Example: tbl-e58f6f262b78a6a10700e2114f798bea オブジェクトタイプの接頭辞が付与されたID |
{- "data": {
- "most_accessed_by": {
- "daily": [
- {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}
]
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "monthly": [
- {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}
]
}
], - "object_type": "property_set",
- "quarterly": [
- {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}
]
}
], - "sub_id": "latest",
- "updated_at": "1988-09-14T09:32:25Z",
- "weekly": [
- {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}
]
}
], - "yearly": [
- {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}
]
}, - {
- "date_unit": "2021-01-30",
- "user_count": [
- {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}, - {
- "count": 6150800908621767000,
- "rank": 7226632587526986000,
- "user_profile": {
- "email_address": "roosevelt_grady@hansen.org",
- "family_name": "山田",
- "given_name": "薫",
- "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "is_deleted": true,
- "picture": "picture/e77989ed21758e78331b20e477fc5582/usr-6208bff6-9820-41d0-9ed3-3ef4ece04407.jpeg",
- "role": "",
- "user_type": "system"
}
}
]
}
]
}, - "number_of_accessed_by": {
- "daily": [
- {
- "count": 7684367733344922000,
- "date_unit": "2021-01-30"
}, - {
- "count": 7684367733344922000,
- "date_unit": "2021-01-30"
}, - {
- "count": 7684367733344922000,
- "date_unit": "2021-01-30"
}
], - "id": "tbl-e58f6f262b78a6a10700e2114f798bea",
- "monthly": [
- {
- "count": 7684367733344922000,
- "date_unit": "2021-01-30"
}, - {
- "count": 7684367733344922000,
- "date_unit": "2021-01-30"
}, - {
- "count": 7684367733344922000,
- "date_unit": "2021-01-30"
}, - {
- "count": 7684367733344922000,
- "date_unit": "2021-01-30"
}
], - "object_type": "table",
- "quarterly": [
- {
- "count": 7684367733344922000,
- "date_unit": "2021-01-30"
}, - {
- "count": 7684367733344922000,
- "date_unit": "2021-01-30"
}, - {
- "count": 7684367733344922000,
- "date_unit": "2021-01-30"
}
], - "sub_id": "latest",
- "updated_at": "1972-12-18T04:16:03Z",
- "weekly": [
- {
- "count": 7684367733344922000,
- "date_unit": "2021-01-30"
}, - {
- "count": 7684367733344922000,
- "date_unit": "2021-01-30"
}, - {
- "count": 7684367733344922000,
- "date_unit": "2021-01-30"
}, - {
- "count": 7684367733344922000,
- "date_unit": "2021-01-30"
}
], - "yearly": [
- {
- "count": 7684367733344922000,
- "date_unit": "2021-01-30"
}, - {
- "count": 7684367733344922000,
- "date_unit": "2021-01-30"
}, - {
- "count": 7684367733344922000,
- "date_unit": "2021-01-30"
}, - {
- "count": 7684367733344922000,
- "date_unit": "2021-01-30"
}
]
}
}
}