Discussions

Ask a Question
Back to All

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?