Box Developerドキュメント

Box Hub Items Manage Response

Response schema for the status of Box Hub items management operations.

object array

List of operations performed on Box Hub items.

add

項目に対して実行された操作。

Item not found

操作が失敗した場合のエラーメッセージ。

object object

Reference to an item that can be added to a Box Hub.

200

操作のHTTPステータスコード。

レスポンスの例

{
  "operations": [
    {
      "action": "add",
      "error": "Item not found",
      "item": {
        "id": "42037322",
        "type": "file"
      },
      "status": 200
    }
  ]
}