Skip to content

Combined Report Data DTO Reference

The ThingsTelemetry\Traccar\Dto\CombinedReportData represents the result of a combined report query. It groups multiple data types (Route, Events) for a single device.

deviceIdinteger

The ID of the device this report data belongs to.

routeCollection<int, PositionData>

A collection of PositionData objects representing the route taken by the device.

eventsCollection<int, EventData>

A collection of EventData objects representing events that occurred during the report interval.

Released under the MIT License.