Join a webinar on April 30th: Unlocking Your Data using AI with Box Extract & MCP Server. Register here
client.shield_information_barrier_reports.get_shield_information_barrier_reports(
barrier_id
){
"limit": 1000,
"next_marker": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii",
"entries": [
{
"id": "11446498",
"type": "shield_information_barrier_report",
"shield_information_barrier": {
"shield_information_barrier": {
"id": "11446498",
"type": "shield_information_barrier"
}
},
"status": "pending",
"details": {
"details": {
"folder_id": "124235"
}
},
"created_at": "2020-06-26T18:44:45.869Z",
"created_by": {
"id": "11446498",
"type": "user"
},
"updated_at": "2020-07-26T18:44:45.869Z"
}
]
}Shield情報バリアレポートのリストを取得します。
client.shield_information_barrier_reports.get_shield_information_barrier_reports(
barrier_id
){
"limit": 1000,
"next_marker": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii",
"entries": [
{
"id": "11446498",
"type": "shield_information_barrier_report",
"shield_information_barrier": {
"shield_information_barrier": {
"id": "11446498",
"type": "shield_information_barrier"
}
},
"status": "pending",
"details": {
"details": {
"folder_id": "124235"
}
},
"created_at": "2020-06-26T18:44:45.869Z",
"created_by": {
"id": "11446498",
"type": "user"
},
"updated_at": "2020-07-26T18:44:45.869Z"
}
]
}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.
Shield情報バリアのID。
結果が返される開始位置のマーカー。マーカーベースのページネーションを使用している場合に使用されます。
これを使用するには、usemarkerをtrueに設定する必要があります。
返す項目の1ページあたりの最大数。
x <= 1000Shield情報バリアレポートオブジェクトのページ割りされたリストを返します。
このページは役に立ちましたか?