Get time spent on a given task and date.

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

Path parameters

Responses

  • 200

    Time spent on given task and date

  • 404

    Wrong date format

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