Return tasks currently assigned to current user and of which status has

GET /data/user/tasks

is_done attribute set to false.

Responses

  • Unfinished tasks currently assigned to current user

GET /data/user/tasks
curl \
 -X GET http://localhost:8080/api/data/user/tasks