The source file or folder that triggered an event in the event stream.
560284318361The unique identifier that represents the item.
report.pdfThe name of the item.
fileThe type of the item that the event
represents. Can be file or folder.
Value is one of file,folder
The user who owns this item.
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.
{
"item_id": 560284318361,
"item_name": "report.pdf",
"item_type": "file",
"owned_by": {
"id": 11446498,
"login": "ceo@example.com",
"name": "Aaron Levie",
"type": "user"
},
"parent": {
"etag": 1,
"id": 12345,
"name": "Contracts",
"sequence_id": 3,
"type": "folder"
}
}