Overview
Returns last positions for vehicles in the caller’s company tree, optionally filtered to specific internal vehicle ids (Vehicle.Id, not legacy id).
A V2 version of this endpoint is available: List vehicles. New integrations should prefer V2.
Endpoint
POST /api/devices
Request body
Example request body
Response
200 OK — array ofPositionDto (same shape as other position endpoints).
⚠️ Note: The controller declaresDeviceDto[]but the service returnsPositionDtoinstances—trust the runtime JSON (position fields).