Discussions
get Attendance by Employee and start/end
8 days ago by Björn
Hi, I want to request attendance data by employee id with start and end date. I already have the employee_id by seperate request, but when trying api call described in https://developer.personio.de/reference/get_v2-attendance-periods I get error "Invalid request content." I used get params: person.id, start.date_time.gte, end.date_time.gte. My goal is to get the recoreded times for a specific user for a timespan of one month. Are there any other endpoints where I can get the data?
Thank you.