A beta version of the new Box developer documentation site is launching soon! Updated Developer Guides, modern API Reference, and AI-powered search are on the way to help you build with Box faster. Stay tuned for more updates.
Retrieves all shield lists in the enterprise.
Version header.
Value is always 2025.0
Returns the list of shield list objects.
await client.shieldLists.getShieldListsV2025R0();client.shield_lists.get_shield_lists_v2025_r0()await client.ShieldLists.GetShieldListsV2025R0Async();client.getShieldLists().getShieldListsV2025R0(){
"entries": [
{
"content": {
"type": "country_code"
},
"id": "12345678-1234-1234-1234-123456789012",
"name": "My Shield List",
"type": "shield_list"
}
]
}