# Get persons tasks dates **GET /data/persons/task-dates** For each active person, return the first start date of all tasks assigned to them and the last end date. Useful for schedule planning. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Query parameters - **project_id** (string(uuid)) Filter by project ID ## Responses ### 200 First start date and last end date for tasks per person #### Body: application/json (array[object]) - **person_id** (string(uuid)) - **first_start_date** (string(date)) - **last_end_date** (string(date)) [Powered by Bump.sh](https://bump.sh)