Discussions
Supervisor Field not set in Response to https://api.personio.de/v2/persons/{person_id}/employments/{id}
10 days ago by Michael Gerhold
Dear Personio team,
I made a request to the endpoint mentioned in the subject. The response does not contain a supervisor
field. However, in the _meta
field, there's the following data:```
"meta": {
"links": {
"person": {
"href": "https://api.personio.de/v2/persons/"
},
"supervisor": {
"href": "https://api.personio.de/v2/persons/<MY SUPERVISOR'S ID>"
}
}
}
So, the supervisor data seems to be present on your side and also contains the correct value, but still is not included in the actual response. Is this by design?
Kind regards
Michael