The event data structure describes an event.
{
"event_timestamp": "yyyy-mm-ddThh:mm:ss.ttt",
"user_id": "userid",
"user_name": "User Name",
"event_type_reference": "ref",
"event_type_name": "Name",
"status_refence": "ref",
"status_name": "Name",
"event_description": "Event description",
"event_attachments": [
{
.. file info object ..
}
]
}When returned from Insight, the file info objects may not be resolvable by the calling process. Use the get_file component to retrieve a file info object that can be resolved.