Events
The Events API allows you to retrieve event data (alarms, stops, waste registrations, etc.) within a given time range.
Endpoint
GET /api/v1/events
Query Parameters
| Parameter | Description |
|---|---|
| from | The start of the time range for the events in ISO 8601 format (e.g., 2025-03-17T23:00:00.000Z). |
| to | The end of the time range for the events in ISO 8601 format (e.g., 2025-03-24T10:00:33.806Z). |
| nodeId | The node ID of the machine or group (optional). |
| type | (Optional) Stop, Waste, Alarm. |