Discussions

Ask a Question
ANSWERED

Filter on employee IDs in /company/employees

Hi!

ANSWERED

I'm not getting all absences records in the API response

Hi, When I get the Absences data the API returns only my users' absences. Is there some kind of rights issue?

ANSWERED

Need to sync the growing data

Hi. Our data (attendance and time offs) is growing in size, and there doesn't seem to be some reasonable mechanism for syncing on the Personio side of the API. Personio recently introduced filtering absences by updated-from filter, but it works only for some changes, so if the entry was deleted, then it doesn't get picked up by the filter. So I don't see any use case for that new feature as long as long as the status property (deleted) is not passed on. The only possibility left is fetching all records every time, but that's not feasible from the resource point of view. And at the same time I'd need to hope noone adds any new records while the fetch process, as some records would get lost due to pagination and offset logic. Webhooks for changes don't exist, no incremental logic.. How do you guys deal with fetching data from personio?

ANSWERED

Does Recruiting API supports JSON

Hi Team, in the documentation, can only see XML & also recruiting api documentation not available in API Reference.

ANSWERED

API response time / request parallelization

Hi team,

ANSWERED

Recruting API Auth 401

Hi Personio Team,

ANSWERED

ETA for "Tasks" endpoint

Hello there,
is there an ETA for a new endpoint that expose tasks of a logged user?

ANSWERED

Can't pass categorised_documents to Applicant API

Dear Personio team,

ANSWERED

Retrieving Offices on v2 API

Hello Personio-Team,

ANSWERED

Create an application with documents in PHP

Good day all,
currently I still have a test account for testing. I would like to send applications with attached documents via a separate form. Saving the application by itself works quite well, but in the context of files I do not get further.