Get time spents for current user and given date.

GET /data/user/tasks/{task_id}/time-spents/{date}

Path parameters

Responses

  • Time spents for current user and given date

  • Wrong date format

GET /data/user/tasks/{task_id}/time-spents/{date}
curl \
 -X GET http://localhost:8080/api/data/user/tasks/{task_id}/time-spents/{date}