Platform basics
Vehicle data
Understanding vehicle data models, sensor configurations, and real-time status monitoring within the c.technology platform.
Vehicle data (telemetry) is respresented through two extensible models: Vehicle updates and vehicle statuses.
The most up-to-date status of a vehicle can be retrieved by querying:
Similarly, the most recent status is always broadcasted via the AsyncAPI WebSocket interface (see AsyncAPI documentation for details) upon connection and whenever a new status is available.

