Only Versafleet's SysAdmin is authorized. If the task is non-existent, it will just return an empty array instead of 404 not found.
taskID required | string <uuid> ID of the task which histories are requested |
{- "histories": [ ]
}
Only OrgAdmin is authorized. If the task is non-existent, it will just return an empty array instead of 404 not found.
taskID required | string <uuid> ID of the task which histories are requested |
{- "task doesn't exist": {
- "$ref": "#/components/examples/task-not-exist"
}, - "task exists": {
- "$ref": "#/components/examples/task-exists"
}
}