# Get day off **GET /data/user/day-offs/{date}** Retrieve day off information for the current user on a specific date. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **date** (string(date)) Date to check for day off ## Responses ### 200 Day off object for the current user on given date #### Body: application/json (object) - **id** (string(uuid)) Day off unique identifier - **person_id** (string(uuid)) Person identifier - **date** (string(date)) Day off date - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)