# Get day off **GET /data/persons/{person_id}/day-offs/{date}** Get day off object for given person and date. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **person_id** (string(uuid)) Person unique identifier - **date** (string(date)) Date to get day off for ## Responses ### 200 Day off object for given person and date #### Body: application/json (object) - **id** (string(uuid)) Day off unique identifier - **person_id** (string(uuid)) Person unique identifier - **date** (string(date)) Day off date - **type** (string) Day off type ### 400 Wrong date format [Powered by Bump.sh](https://bump.sh)