Discussions

Ask a Question
ANSWERED

stundenweise Abwesenheiten werden falsch übergeben [ID: ITS-3184963]

Hallo,

ANSWERED

Bug with pagination of time-offs endpoint

Hi there,

ANSWERED

PATCH Employee -> Unauthenticated.

Hi,
we have successfully used the API Interface. However, it does not work since a few days.
I receive a valid token:
{
"success": true,
"data": {
"token": "[not copied here],
"expires_in": 86400,
"scope": "employees:read employees:write"
}
}

ANSWERED

Access jobs/open positions xml CORS

I am trying to integrate on the company's website the open jobs listings. I wanted to have more control over the stylisation and fetch the job listings on the client side.

ANSWERED

Get request for applicants?

Hello,

Personio Workschedule Changes - Employee Schedule should be ARRAY

Hi there, the Employee work_schedule object should be an array.

ANSWERED

Sandbox

Is there a sandbox where I can test my code without disturbing the live system?

ANSWERED

Active employees

Hi, i'm using /company/employees to get employees, but I get all employees; even those who left the company. How to get only the current employees?

Issue with Fetching More Than 200 Results from the Time-Offs API Endpoint

I'm encountering a problem with the /company/time-offs API endpoint. While I can paginate through the /company/attendances endpoint successfully and retrieve all records by increasing the offset, the same approach for the /company/time-offs endpoint only yields the first 200 results. Subsequent requests with an increased offset return no additional data.

Employee endpoint paging with updated_since and attributes - bug?

Hi,