Tasklist export
get
https://api.wuxus.com/public/tasks///loadsheet
200Updated 6 months ago
What’s Next
Result description
| Key | Description |
|---|---|
| date | The date of the tasklist |
| taskListId | The unique id of the tasklist |
| vehicle.vehicleId | The id of the vehicle that drives the tasklist |
| vehicle.nickname | The nickname of the vehicle that drives the tasklist |
| vehicle.registryNumber | The registryNumber of the vehicle that drives the tasklist |
| vehicle.electric | A boolean value that tells if the vehicle is electric or not |
| driver | The name of the driver that's assigned the tasklist |
| tasks.taskId | Unique id of the task |
| tasks.taskType | The type of the task |
| tasks.wayPoint | The way point of the task |
| tasks.status | The status of the task |
| tasks.orderType | What type the order is that's on the task |
| tasks.estimated | The estimated times of arrival and departure |
| tasks.actual | The actual times of arrival and departure |
| tasks.info | The info on where the task is going to |
| tasks.preDistance | The distance from previous task to this task in meters |
| tasks.preDuration | The duration from previous taks to this task in seconds |
| tasks.appLocationPrecise | If the app used precise location when handling this task |
| tasks.calculatedGeoDistance | The calculated distance that the system made based where the app told it was |
| tasks.driverGeoDistanceAlert | Tells if the driver got an distance alert when handling this task |
| tasks.driverGeoDistanceMeter | Tells the distance in meter what the app calculated it to be |
| tasks.order | Tells the info of the order on the task |
| tasks.instructions.text | The instructions text the driver sees |
| tasks.instructions.files | The instructions files the driver can see |
| tasks.instructions.special | Tells if it's a special instruction |
| tasks.instructions.read | Tells if the driver have read the instruction |
