# Get person done tasks **GET /data/persons/{person_id}/done-tasks** Return tasks assigned to the person that are done. Only tasks in open projects are returned. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **person_id** (string(uuid)) ## Responses ### 200 Tasks assigned to user that are done #### Body: application/json (array[object]) - **id** (string(uuid)) - **name** (string) - **task_type_id** (string(uuid)) - **task_status_id** (string(uuid)) - **entity_id** (string(uuid)) - **project_id** (string(uuid)) - **assignees** (array[string(uuid)]) [Powered by Bump.sh](https://bump.sh)