Return all day off recorded for given year and person.

GET /data/persons/{person_id}/day-offs/year/{year}

Path parameters

Responses

  • 200

    All day off recorded for given year and person

GET /data/persons/{person_id}/day-offs/year/{year}
curl \
 -X GET http://localhost:8080/api/data/persons/{person_id}/day-offs/year/{year} \
 -H "Authorization: $API_KEY"