Join us on May 20th for the Content + AI Virtual Summit. Register now
client.shield_lists.get_shield_list_by_id_v2025_r0(shield_list_country.id){
"id": "90fb0e17-c332-40ed-b4f9-fa8908fbbb24",
"type": "shield_list",
"name": "Shield List Name",
"enterprise": {
"id": "1910967",
"type": "enterprise"
},
"created_at": "2025-01-13T15:31:01.896Z",
"updated_at": "2025-01-13T15:31:01.896Z",
"content": {
"type": "country",
"country_codes": [
"US",
"PL"
]
},
"description": "A list of things that are shielded"
}IDを指定して1つのShieldリストを取得します。
client.shield_lists.get_shield_list_by_id_v2025_r0(shield_list_country.id){
"id": "90fb0e17-c332-40ed-b4f9-fa8908fbbb24",
"type": "shield_list",
"name": "Shield List Name",
"enterprise": {
"id": "1910967",
"type": "enterprise"
},
"created_at": "2025-01-13T15:31:01.896Z",
"updated_at": "2025-01-13T15:31:01.896Z",
"content": {
"type": "country",
"country_codes": [
"US",
"PL"
]
},
"description": "A list of things that are shielded"
}Documentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
Version header.
2025.0 Shieldリストを表す一意の識別子。ShieldリストのIDは、企業のShieldリストをすべて取得するエンドポイントからのレスポンスで確認できます。
Shieldリストオブジェクトを返します。
ShieldリストのStandard版の表示。
Shieldリストの一意の識別子。
"90fb0e17-c332-40ed-b4f9-fa8908fbbb24"
オブジェクトのタイプ。
"shield_list"
Shieldリストの名前。
"Shield List Name"
このリストが属している企業。
Show child attributes
このShieldリストが作成された日時を示すISO日時文字列。
"2025-01-13T15:31:01.896Z"
このShieldリストが更新された日時を示すISO日時文字列。
"2025-01-13T15:31:01.896Z"
このShieldリストの要素のタイプを指定し、要素自体を含めます。
Show child attributes
Shieldリストの説明。
"A list of things that are shielded"
このページは役に立ちましたか?