Skip to main content

The source file or folder that triggered an event in the event stream.

item_type
enum<string>
required

The type of the item that the event represents. Can be file or folder.

Available options:
file,
folder
Example:

"file"

item_id
string
required

The unique identifier that represents the item.

Example:

"560284318361"

item_name
string
required

The name of the item.

Example:

"report.pdf"

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.

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.

owned_by
User (Mini) · object

The user who owns this item.