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

GET /data/user/done-tasks

is_done attribute set to true. It returns only tasks of open projects.

Responses

  • 200 application/json

    Finished tasks currently assigned to current user

GET /data/user/done-tasks
curl \
 --request GET 'http://api.example.com/data/user/done-tasks' \
 --header "Authorization: $API_KEY"
Response examples (200)
[
  {}
]