All actions
Every action available on POST /api, grouped by category. Click any action to view its parameters, request and response shape, and code samples.
Streaming
Vehicles
5 actionsapi_get_dataReturns the master vehicle list (last position, last event, driver, mileage, etc.) with optional filters.
9 parametersget_command_tokenMints a short-lived command token (object_key) used by downstream services to issue remote commands to one or more vehicles.
3 parametersget_module_state_apiReturns per-module health/state for a single vehicle (capability, active, ok flags, last update, error info) with SP-compatible colour hints.
3 parametersget_unit_general_infoReturns one row of general info for a single vehicle/unit — identity, client & group, manufacturer/model, latest state, and service/config fields.
4 parameterssend_unit_command_techSends a technician/remote command to a single vehicle's unit. Write action — returns one row echoing the command status.
4 parameters
Trips
3 actionsget_vehicle_trips_extendedReturns enriched trip rows (fuel, idle, DOA, safety, geocoded start/end) for one or more vehicles or a driver.
6 parametersget_trip_locationsReturns the breadcrumb locations (lat/lon, speed, mileage, status) for a single trip / drive.
4 parametersget_vehicle_tripsReturns a basic trip list (start/end time, distance, geocoded start/end) for a vehicle or driver.
5 parameters
Events
4 actionsget_trip_eventsReturns events that occurred during a single trip (drive_id), with V3-compatible duration logic.
5 parametersget_eventsReturns vehicle events filtered by category, severity, license/vehicle/chassis and last_time.
7 parametersget_incremental_eventsStreaming-style endpoint: returns events with an id strictly greater than `last_event_id`, optionally filtered.
4 parametersget_dtc_eventsReturns Diagnostic Trouble Code (DTC) events for a list of vehicles, groups or licenses over a window of up to 72 hours.
5 parameters
Parameters
2 actionsapi_get_vehicle_parameter_valuesReturns telemetry parameter values (`telemetry.unit_parameter`) for a vehicle in a time window of up to 72 hours.
6 parametersget_parametersReturns the latest decoded value for each telemetry parameter type recorded for a vehicle (one row per `parameter_type`).
5 parameters
Geo
3 actionsapi_get_layersReturns user-defined geofence layers, paginated (200 first page, 50 thereafter) and optionally filtered by name.
4 parametersapi_get_geometryReturns geofence geometries (Circle/Polyline/Polygon) with optional filters and pagination.
7 parametersget_geo_service_centerReturns when the caller's vehicles arrived at and left their service centre areas: one row per arrival and one per departure, not one per sample.
4 parameters
Admin/Lookup
5 actionsget_user_driversReturns drivers that the authenticated user is allowed to see, optionally filtered by driver or group id.
8 parametersapi_get_groupsReturns groups visible to the user; supports v1 (flat) and v2 (paged with object_id and action filter).
5 parametersset_vehicles_services_dateBulk-updates the service-date window (`start_service` / `end_service`) for up to 200 vehicles in one call. Write action — returns an empty `data` array on success.
3 parametersget_user_drivers_repReturns the authenticated user's driver roster in the report ('rep') shape — the same drivers as get_user_drivers plus reporting fields. Paginated.
3 parametersset_vehicles_groupBulk-reassigns vehicles to a target group. Write action — returns an empty data array on success.
2 parameters