Return task assigned to given user of which status has is_done flag sets to true.

GET /data/persons/{person_id}/done-tasks

It return only tasks related to open projects.

Path parameters

Responses

  • 200

    Tasks assigned to user that are done

GET /data/persons/{person_id}/done-tasks
curl \
 -X GET http://localhost:8080/api/data/persons/{person_id}/done-tasks \
 -H "Authorization: $API_KEY"