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