# Get month time spents **GET /data/persons/{person_id}/time-spents/month/{year}/{month}** Get aggregated time spents for given person and month. ## 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 ## Responses ### 200: Aggregated time spents for given person and month #### Body Parameters: application/json (object) - **total_duration** (number(float)) Total duration in hours - **year** (integer) Year - **month** (integer) Month ### 400: Wrong date format [Powered by Bump.sh](https://bump.sh)