For schedule usages, for each active person, it returns the first start

GET /data/persons/task-dates

date of all tasks of assigned to this person and the last end date.

Path parameters

Responses

  • 200

    For each person, the first start date of all tasks of assigned to this person and the last end date.

GET /data/persons/task-dates
curl \
 -X GET http://localhost:8080/api/data/persons/task-dates \
 -H "Authorization: $API_KEY"