# Get all month time spents **GET /data/persons/{person_id}/time-spents/month/all/{year}/{month}** Get all time spents for a 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 time spents for - **month** (integer) Month to get time spents for ## Responses ### 200: All time spents for the given person and month #### Body Parameters: application/json (array[object]) [Powered by Bump.sh](https://bump.sh)