Retrieves a paginated list of events from Evenium with optional filtering and sorting. Use this to list all events or search for specific events by title, code, or location. Supports pagination via start/limit parameters and sorting via sort/direction parameters. By default, ret…
sortstringField to sort results by. Common options: 'beginDate' (event start date), 'title' (event name), 'code' (event code).
limitintegerMaximum number of events to retrieve.
startintegerZero-based index of the first event to retrieve for pagination.
searchstringSearch term to filter events by title, code, or location.
archivedbooleanIf true, only archived events are returned.
directionstringSorting direction ('ASC' or 'DESC').
includeDraftsbooleanIf true, includes draft events.
includeDeletedbooleanIf true, includes deleted events.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.