Path parameters

Responses

  • 200

    CSV file containing the presence logs based on a daily basis

GET /data/persons/presence-logs/{month_date}
curl \
 -X GET http://localhost:8080/api/data/persons/presence-logs/{month_date} \
 -H "Authorization: $API_KEY"