Join us on May 20th for the Content + AI Virtual Summit. Register now
client.shield_information_barrier_reports.get_shield_information_barrier_report_by_id(
created_report.id
){
"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"
}Retrieves a shield information barrier report by its ID.
client.shield_information_barrier_reports.get_shield_information_barrier_report_by_id(
created_report.id
){
"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.
The ID of the shield information barrier Report.
Returns the shield information barrier report object.
A standard representation of a shield information barrier report object.
The unique identifier for the shield information barrier report.
"11446498"
The type of the shield information barrier report.
shield_information_barrier_report "shield_information_barrier_report"
A shield information barrier reference for requests and responses.
Show child attributes
Status of the shield information report.
pending, error, done, cancelled "pending"
Indicates which folder the report file is located and any errors when generating the report.
Show child attributes
ISO date time string when this shield information barrier report object was created.
"2020-06-26T18:44:45.869Z"
The user who created this shield information barrier report.
Show child attributes
ISO date time string when this shield information barrier report was updated.
"2020-07-26T18:44:45.869Z"
Was this page helpful?