Skip to main content
Retrieve a list of events with optional filtering.
External DocumentationTo learn more, visit the Alertmedia documentation.

Basic Parameters

ParameterDescription
Event IDThe ID of the event to get details for.
Is ActiveSelect to get events that are active.
TitleThe title of the event to get details for.
UrgencyThe Urgency of the event to get details for.
User IDThe ID of the user that was involved in the events to filter by.

Advanced Parameters

ParameterDescription
Char IDThe ID of the char to get details of an event for.
Event Type Exact NameThe exact event type name of the event to get details for.
Event Type IDThe ID of the event type to get details for.
Event Type Name IncludesA text that is included in an event type name to filter the results by (not case-sensitive).
Has LocationSelect to get events that have a location.
SinceThe date and time to filter the events since.

Example Output

[
	{
		"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
	}
]

Workflow Library Example

List Events with Alertmedia and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop