Discussions
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.
Is it impossible to request information on only updated employees from the API?
I noticed some of your endpoints (such as GET "/company/attendances" and GET "/company/time-offs") support using "updated_from" as a query parameter to get the records which have been created or modified since that date.
Is it a defined behavior when "limit" is not included in the API GET endpoints?
I notice each of the endpoints to GET data (such as "/company/employees", "/company/attendances", and "/company/time-offs") supports the query parameter "limit" and in the reference pages, these have a default of "200".
ETA for "Tasks" endpoint
Hello there,
is there an ETA for a new endpoint that expose tasks of a logged user?
Send attributes to API not working
I try to send an application to Personio.
The fields "first_name", "last_name", "email" and custom attributes are working. But how do I transfer "phone", "available_from" and "salary_expectations"?
I tried to use the old variables (https://developer.personio.de/reference#deprecated-applicant) but they are not working.
OAuth2
I would like to know how can I use oauth2? https://support.personio.de/hc/en-us/articles/360000019129 --> this page only explains how to generate credentials. And developer hub page of Personio only shows the usage of auth1(basic auth). Would be great if someone could help me find out how to apply oauth2.