Join BoxWorks 2024 to discover what's possible with content and AI!

Register now!

AppItem event source

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"
  }
}