# Get day offs for month **GET /data/persons/day-offs/{year}/{month}** Return all day off recorded for given month. Admins get all day offs, regular users get only their own. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **year** (integer) Year to get day offs for - **month** (integer) Month to get day offs for ## Responses ### 200 All day off recorded for given month #### Body: application/json (array[object]) [Powered by Bump.sh](https://bump.sh)