Box Developer Documentation

AppItem event source

This resource is used by enpoints in the version 2024.0. For more details, see Box API versioning.

The AppItem that triggered an event in the event stream.

string
6374669741

The id of the AppItem

string
app_item

The type of the source that this event represents. Can only be app_item.

Value is always app_item

hubs

The type of the AppItem

The group that triggered the event.

The user that triggered the event.

Response Example

{
  "id": "6374669741",
  "type": "app_item",
  "app_item_type": "hubs",
  "group": {
    "id": "11446498",
    "type": "group",
    "group_type": "managed_group",
    "name": "Support"
  },
  "user": {
    "id": "11446498",
    "type": "user",
    "login": "ceo@example.com",
    "name": "Aaron Levie"
  }
}