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.
The AppItem that triggered an event in the event stream.
6374669741The id of the AppItem.
app_itemThe type of the source that this event represents. Can only be app_item.
Value is always app_item
hubsThe type of the AppItem.
The group that triggered the event.
The user that triggered the event.
{
"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"
}
}