Get All Generators' Activity
GET/generators/activity
Daily activity summary for a generator within a requested 24-hour day (00:00:00 to 23:59:59 of the selected date).
Generator activity may span across multiple days and is defined by ignition on/off events. For clarity, all timestamps and durations are clamped to the boundaries of the requested day (00:00:00 to 23:59:59).
Data is synced daily. As a result, current-day data may be incomplete or slightly outdated until the next sync run is completed.Request
Responses
- 200
- 401
- 403
- 422
- 500
successful operation
Unauthorized access. Authentication is required.
Access is forbidden. The user does not have permission to access this resource.
Validation failed for the input parameters.
Internal server error.