Skip to main content
API version 2024.0 The AppItem that triggered an event in the event stream.
id
string
example: 6374669741The id of the AppItem.
type
string
example: app_itemThe type of the source that this event represents. Can only be app_item.Value is always app_item
app_item_type
string
example: hubsThe type of the AppItem.
group
Group (Mini)object
The group that triggered the event.
user
User (Mini)object
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": "[email protected]",
    "name": "Aaron Levie"
  }
}