Return all day off recorded for given month.

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

Path parameters

  • year integer Required
  • month integer Required

    Minimum value is 1, maximum value is 12.

Responses

  • 200

    All day off recorded for given month

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