Return a csv file containing the presence logs based on a daily basis.

GET /data/persons/presence-logs/{month_date}

Path parameters

  • month_date string(date) Required

Responses

  • 200 text/csv

    CSV file containing the presence logs based on a daily basis

  • 400

    Invalid date format

GET /data/persons/presence-logs/{month_date}
curl \
 --request GET 'http://api.example.com/data/persons/presence-logs/2022-07' \
 --header "Authorization: $API_KEY"