External DocumentationTo learn more, visit the Alertmedia documentation.
Actions
List Events
Retrieve a list of events with optional filtering.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Event ID | The ID of the event to get details for. |
| Is Active | Select to get events that are active. |
| Title | The title of the event to get details for. |
| Urgency | The Urgency of the event to get details for. |
| User ID | The ID of the user that was involved in the events to filter by. |
| Parameter | Description |
|---|---|
| Char ID | The ID of the char to get details of an event for. |
| Event Type Exact Name | The exact event type name of the event to get details for. |
| Event Type ID | The ID of the event type to get details for. |
| Event Type Name Includes | A text that is included in an event type name to filter the results by (not case-sensitive). |
| Has Location | Select to get events that have a location. |
| Since | The date and time to filter the events since. |
[
{
"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
}
]
Was this page helpful?