Discussions

Ask a Question
Answered

time-off API does not return metadata

Hello, I am a bit confused. I am building a wrapper for the API and in some cases the result returns no metadata, like so:

Answered

Redirection to a specific page after submitting the form

Hello together,

Answered

API Version 2.0

Hi,

Answered

Working time profile and department

Hi,

Answered
Answered

Accessing reports and recruiting funnel information

Hi,

Answered

Work Schedule History Data in the Employee API

Hey Everyone,

Answered

Issue with attributes field in endpoint https://api.personio.de/v1/recruiting/applications

Whenever I try the endpoint and add attribute in the following way:
"attributes": [
{
"id": "custom_attribute_123",
"value": "JOIN"
}
]

Answered

Past Data for Recruiting, number of applicants and applicants in recruitment process steps

Hallo,
I have a question about retrieving recruiting data. For Analysis of our recruitment we would like to:

Answered

Mismatch between documented type and returned data in personnel API

In the openapi v3 spec version 1.0 of the personnel API, the type Department's value.attributes property only has the property "name", but the API always returns an "id" as well. This "id" is also part of the example values in the spec itself.