Get nodes assigned to a vehicle
GET/api/v2/vehicle/:vehicle_id/assigned_nodes
This endpoint can be used to retrieve a list of (next) nodes that have assigned to a vehicle. The endpoint excludes all nodes that have been completed by a vehicle and the list therefore contains only upcoming (scheduled) nodes.
The request is usefull to identify the next upcoming nodes be selecting the earliest using estimated_earliest_arrival_ts field.
Request
Responses
- 200
OK