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

GET /data/user/tasks

is_done attribute set to false.

Responses

  • 200

    Unfinished tasks currently assigned to current user

GET /data/user/tasks
curl \
 -X GET http://localhost:8080/api/data/user/tasks \
 -H "Authorization: $API_KEY"