Skip to main content
API version 2024.0 The source file or folder that triggered an event in the event stream.
classification
object
The object containing classification information for the item that triggered the event. This field will not appear if the item does not have a classification set.
item_id
string
example: 560284318361The unique identifier that represents the item.
item_name
string
example: report.pdfThe name of the item.
item_type
string
example: fileThe type of the item that the event represents. Can be file or folder.Value is one of file,folder
owned_by
User (Mini)object
The user who owns this item.
parent
Folder (Mini)object
The optional folder that this folder is located within.This value may be null for some folders such as the root folder or the trash folder.
{
  "classification": {
    "name": "Top Secret"
  },
  "item_id": "560284318361",
  "item_name": "report.pdf",
  "item_type": "file",
  "owned_by": {
    "id": "11446498",
    "type": "user",
    "login": "[email protected]",
    "name": "Aaron Levie"
  },
  "parent": {
    "id": "12345",
    "type": "folder",
    "etag": "1",
    "name": "Contracts",
    "sequence_id": "3"
  }
}