Get time spent on a given task.

GET /actions/tasks/{task_id}/time-spents

Path parameters

Responses

  • 200

    Time spent on given task

  • 404

    Wrong date format

GET /actions/tasks/{task_id}/time-spents
curl \
 -X GET http://localhost:8080/api/actions/tasks/{task_id}/time-spents \
 -H "Authorization: $API_KEY"