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

GET /data/user/done-tasks

is_done attribute set to true.

Responses

  • 200

    Finished tasks currently assigned to current user

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