メインコンテンツへスキップ
GET
/
shield_lists
cURL
curl --request GET \
  --url https://api.box.com/2.0/shield_lists \
  --header 'Authorization: Bearer <token>' \
  --header 'box-version: <box-version>'
{
  "entries": [
    {
      "id": "12345678-1234-1234-1234-123456789012",
      "type": "shield_list",
      "name": "My Shield List",
      "content": {
        "type": "country_code"
      }
    }
  ]
}
Box SDKのバージョニング戦略について詳しく学ぶ。」

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

box-version
enum<string>
required

Version header.

利用可能なオプション:
2025.0

Response

200 - application/json

Shieldリストオブジェクトのリストを返します。

Shieldリストオブジェクトのリスト。

entries
Shieldリスト (Mini) · object[]

Shieldリストオブジェクトのリスト。