Discussions
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.
Individual Company Holidays through the REST-API
We need to retrieve individual holiday calendars through our API integration, but we cannot. The only way we have found to retrieve holiday information is by using the "Get Employee by ID" endpoint. But this endpoint only provides the country and state of the public holiday calendar on which the individual holiday calendar of that person’s office is based.
Rate Limiting on APIs
What is the rate limit on Auth API? And is the rate limit per Company?
Do you have any rate limiting on Employees API?
Relation between Person and Employment
I am retriving the perons by using API - https://api.personio.de/v1/company/employees
. Each entry of the response list contains employments: [{ id: string }]\
but, employment id seems like unique per person and I found only one employment id per person. Is the relation between Person and Employee one to one and unique? Can I get more information on this relation?
API access to custom attributes with restricted access
Hello, we use Personio API to access employee custom attributes.
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".
Is it possible to pre-filter a location inside the jobs iframe?
Is it possible to pre-filter a location inside the jobs iframe code?
How to start using the API
Hello.
Problem with birthday notifications
Hi there,
Add salary start date
It would be awesome if you could add salary start dates to the response when fetching employees. Ideally it would be nice to get all historical salaries as well, but just the current salary's start date would help a lot.