# Get time spents by date **GET /data/user/time-spents/{date}** Retrieve time spent entries for the current user on a specific date. Returns all time entries for the given date. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **date** (string(date)) Date to get time spents for ## Responses ### 200 Time spent entries for the current user on given date #### Body: application/json (object) - **date** (string(date)) Date of time spent - **total_duration** (number) Total duration in seconds - **entries** (array[object]) ### 400 Wrong date format [Powered by Bump.sh](https://bump.sh)