# Get day time spents **GET /data/persons/{person_id}/time-spents/day/{year}/{month}/{day}** Get aggregated time spents for given person and day. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **person_id** (string(uuid)) Person unique identifier - **year** (integer) Year to get aggregated time spents for - **month** (integer) Month to get aggregated time spents for - **day** (integer) Day to get aggregated time spents for ## Responses ### 200 Aggregated time spents for given person and day #### Body: application/json (object) - **total_duration** (number(float)) Total duration in hours - **year** (integer) Year - **month** (integer) Month - **day** (integer) Day ### 400 Wrong date format [Powered by Bump.sh](https://bump.sh)