Discussions
The data is invalid
I'm submitting the recruiting form to https://api.personio.de/recruiting/applicant and getting this response {"success":false,"error":{"code":0,"message":"The given data was invalid.","errors":{"custom_863":["Parameter custom_attribute_custom_863 existiert nicht"]}}} please guide
How can I gather information about deleted time-offs?
Hi there,
Personio API pagination on time off is broken
Usually API returns offset and limit so you can start where you left off. When you limited your call to 200 rows, you get first 200 items and for next items you call from offset=200 onwards to 400 (if still with 200 limit). In "https://api.personio.de/v1/company/time-offs" offset seems to mean page not rows (or items as you prefer). This is wrong.
Get the new applications data from the API
In the API documentation, it's possible to add new applications to Personio but there's no method to extract the applications.
Is there a hidden method and/or a workaround?
Thank you for your help
Employees: Past data for weekly working hours and work schedule
Hello,
Getting public holiday from employee calendar via API
I to get public days off for employees (via API call) from various regions. I think days off API endpoint do not return public holidays provided by regional calendar. Is there any way I can get this data?
Upload document for employee via API
Hi,
Does Personio have anything comparable to a Salesforce sandbox?
When I want to develop for Salesforce, I would not normally develop against the production environment, but rather create a "sandbox" which creates a copy of the Salesforce "org" including all the metadata (i.e. any customizations of the org, including any custom objects and fields) so I can develop and test a solution against the sandbox before putting it into production. For most sandboxes, real data would not be included (so no risk of corruption or exposure) and while there are limits to how many sandboxes we can have for an org, the sandbox can be kept as long as we need it.
How concerned should we be with API v2?
On another post (https://developer.personio.de/discuss/619e19852f376303215b2c32), @Oleg Fedoliak informed @Nitin "there are plans to introduce a new API v2".
What is the thinking behind the GET /company/employees API?
I'm currently creating a C# client for integrating Personia with out microservices.