# Get person year day offs **GET /data/persons/{person_id}/day-offs/year/{year}** Return all day off recorded for given year and person. ## 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 day offs for ## Responses ### 200 All day off recorded for given year and person #### Body: application/json (array[object]) [Powered by Bump.sh](https://bump.sh)