Get time spents for current user and given date.

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

Path parameters

Responses

  • 200

    Time spents for current user and given date

  • 404

    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} \
 -H "Authorization: $API_KEY"