Discussions

Ask a Question
ANSWERED

Access to Employee Time Balance via API

I’m looking to confirm whether it’s possible to fetch the current time balance for employees (e.g. overtime, minus hours) through the Personio API.

last_working_day

There are some records, which do have a last_working_day- but we have no idea where it was set. And we can't unset it. It's not visible in the GUI, nor I found an API Call to reset the last_working_daywhere it's wrong. Does any API Endpoint offers the option to set last_working_day. Any suggestion?

ANSWERED

Document Upload over API

i want to upload employee documents from my actual system and downloaded every item on my pc. Now i want to import everything to personio using api.

ANSWERED

Is there a way to list persons filtering by ACTIVE status?

We have a cron job that needs to list all active persons and we have a lot of inactive ones and having to list ALL and then filtering the response makes the script much slower

How do i get the Information from the Calender.?

Like.

ANSWERED

Broken link

Hi - the link under section 2.1 of "Get started with Personio API" is broken:

ANSWERED

{'success': False, 'error': {'message': 'Something went wrong', 'code': 500}}

Hi, I am working in Tentamus Group.

Absence Period Substitute

I would like to get the the according substitute when fetching an absence period via the personio api.
This does not seem to be currently possible. Are you planning to add this feature in the near future?

ANSWERED

Will API be influenced by domain change?

I noticed you changed the domain to .com.

ANSWERED

get Attendance by Employee and start/end

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?