Topic: Drivers and vehicle Filter
Hello
How can we get only available drivers and available vehicle whicle creating journey(route/round)?
while getting a list of drivers and vehicles it should satisfy below criteria::
1. Drivers should be available (That is they should not be assigned to any other journeys at the same time)
2. Selected vehicle should be available to make the journey on that particular date and time (That is the Vehicle should not be assigned to any other
journeys at the same time)
How can we filter while getting data from APIs?
currently, we are using https://sdk.wialon.com/wiki/en/sidebar/ … arch_items for getting all drivers and all vehicles(units).