Box Developerドキュメントの新しいベータ版サイトがまもなくリリースされる予定です。最新の開発者向けガイド、APIリファレンス、AI搭載の検索により、Boxを使用した迅速な開発をサポートします。更新情報については今しばらくお待ちください。
JWTを使用している企業のShield情報バリアオブジェクトのリストを取得します。
10001000返す項目の1ページあたりの最大数。
JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii結果が返される開始位置のマーカー。マーカーベースのページネーションを使用している場合に使用されます。
Shield情報バリアオブジェクトのページ割りされたリストを返します。現在バリアがない場合は空のリストを返します。
JWTを使用している企業が見つからない場合はnot_foundエラーを返します。
予期しないクライアントエラー。
await client.shieldInformationBarriers.getShieldInformationBarriers();client.shield_information_barriers.get_shield_information_barriers()await client.ShieldInformationBarriers.GetShieldInformationBarriersAsync();try await client.shieldInformationBarriers.getShieldInformationBarriers()client.getShieldInformationBarriers().getShieldInformationBarriers()await client.ShieldInformationBarriers.GetShieldInformationBarriersAsync();await client.shieldInformationBarriers.getShieldInformationBarriers();{
"entries": [
{
"created_at": "2020-06-26T18:44:45.869Z",
"created_by": {
"id": "11446498",
"type": "user"
},
"enabled_at": "2020-07-26T18:44:45.869Z",
"enabled_by": {
"id": "11446498",
"type": "user"
},
"enterprise": {
"id": "1910967",
"type": "enterprise"
},
"id": "11446498",
"status": "draft",
"type": "shield_information_barrier",
"updated_at": "2020-07-26T18:44:45.869Z",
"updated_by": {
"id": "11446498",
"type": "user"
}
}
],
"limit": 1000,
"next_marker": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii"
}