Hi There,
We are using v2 version of events api and I want to understand why the "assets" field is an array? Under what circumstances can it return more than one values and what are these values?
Example , I get below for file upload event:
"assets": [
{
".tag": "file",
"path": {
"contextual": "/Sales/100Files/200/dbx-new-bus--200.docx",
"namespace_relative": {
"ns_id": "5218920352",
"relative_path": "/100Files/200/dbx-new-bus--200.docx"
}
},
"display_name": "dbx-new-bus--200.docx",
"file_id": "id:tG_h5JeqH1AAAAAAAAAAfQ"
}
],
Thanks,
Manish