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.
Response schema for the status of Box Hub items management operations.
List of operations performed on Box Hub items.
addThe action performed on the item.
Item not foundError message if the operation failed.
Reference to an item that can be added to a Box Hub.
200The HTTP status code of the operation.
{
"operations": [
{
"action": "add",
"error": "Item not found",
"item": {
"id": "42037322",
"type": "file"
},
"status": 200
}
]
}