Get time spents on for current user and given date.

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

Path parameters

  • date string(date) Required

    Date to get time spents for

Responses

  • 200 application/json

    Time spents on for current user and given date

  • 400

    Wrong date format

GET /data/user/time-spents/{date}
curl \
 --request GET 'http://api.example.com/data/user/time-spents/2022-07-12' \
 --header "Authorization: $API_KEY"
Response examples (200)
{}