[
{
"id": 12345,
"resources": [
{
"id": 1,
"url": "https://example.com/resource",
"status": "active",
"name": "Resource Name",
"comment": "A comment",
"filetype": "pdf",
"parent": 123
}
],
"author": 456,
"customer": 789,
"title": "Event Title",
"photo_url": "https://example.com/photo.jpg",
"author_details": {},
"effective_date": "2024-01-15T10:00:00Z",
"event_type_name": "Alert",
"notification_count": 5,
"attachments": [],
"created": "2024-01-15T09:00:00Z",
"updated": "2024-01-15T10:30:00Z",
"status": "active",
"urgency": "high",
"expiration_date": "2024-01-20T10:00:00Z",
"published": true,
"unread_reply_count": 2,
"read_reply_count": 3,
"unread_post_count": 1,
"read_post_count": 4,
"autogenerated": false,
"event_type": 1,
"location": null,
"template": null,
"photo": null
}
]