Return all day offs recorded for given and person.
Path parameters
-
person_id Required
GET
/data/persons/{person_id}/day-offs
curl \
--request GET http://api.example.com/data/persons/{person_id}/day-offs \
--header "Authorization: $API_KEY"