Discussions
Same authentication token for v1 & v2 APIs
I want to use the latest Personio APIs but, some modules are still closed Alpha. So, I'm planning to use the APIs from both of the versions to meet the requirement. Would it possible to use the same access token to access the APIs from v1 and v2 as the requesting credentials for both of them?
Retrieving Data for a specific date
Hi,
Adjusting working time model via API
Is it possible to adjust the working time model for certain employees via API? We would like to adjust the working days for employees so that vacation requests can calculate the correct number of vacation days used.
Request Authentication Token
I want to query the auth token with powershell, but I always get the error message "wrong credentials". What is wrong with the query (the token is stored in $Token):
E:\Personio\Employees\curl.exe -o $Token -X POST "https://api.personio.de/v1/auth" -H "accept: application/json" -H "content-type: application/ json" -d '{ "client_id": "ABC..","client_secret": "XYZ.." }'
Multiple API credentials
Is there a way where we can have multiple API credentials for different access to set of data attributes?
Or currently we can only generate just one credentials which would access to all the attributes defined in the Access tab?
Multi-day absences with half days off
Hi there,
let's say a person booked one and a half days of paid vacation.
In the response from the API this will be returned as one row.
How can I figure out which day was booked as a half day off?
Available list options for custom attributes
Hi there,
Maybe endpoint /v1/company/employees/<id>/profile-picture broken?
Hi folks,
Provided authorization is not valid when calling a GET request via Postman
Hello,
I am trying to call employees data via API call with Postman, but I get a "Provided authorization is not valid" message.
The parameters I provided according to the documentation are:
How to handle API responses?
Hi There,