tasksDetails(true, req.query, req.user, req.params.listid)
    .then(data => {
      res.send(data)
    })
    .catch(err => {