Box Developerドキュメントの新しいベータ版サイトがまもなくリリースされる予定です。最新の開発者向けガイド、APIリファレンス、AI搭載の検索により、Boxを使用した迅速な開発をサポートします。更新情報については今しばらくお待ちください。
指定されたIDに基づいてShield情報バリアを取得します。
Shield情報バリアオブジェクトを返します。
Shield情報バリアが見つからなかった場合はnot_foundエラーを返します。
予期しないクライアントエラー。
await client.shieldInformationBarriers.getShieldInformationBarrierById(
barrierId,
);client.shield_information_barriers.get_shield_information_barrier_by_id(barrier_id)await client.ShieldInformationBarriers.GetShieldInformationBarrierByIdAsync(shieldInformationBarrierId: barrierId);try await client.shieldInformationBarriers.getShieldInformationBarrierById(shieldInformationBarrierId: barrierId)client.getShieldInformationBarriers().getShieldInformationBarrierById(barrierId)await client.ShieldInformationBarriers.GetShieldInformationBarrierByIdAsync(shieldInformationBarrierId: barrierId);await client.shieldInformationBarriers.getShieldInformationBarrierById(
barrierId,
);{
"id": "11446498",
"type": "shield_information_barrier",
"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"
},
"status": "draft",
"updated_at": "2020-07-26T18:44:45.869Z",
"updated_by": {
"id": "11446498",
"type": "user"
}
}