- Data is sent as JSON (Content-Type: application/json) to pia
- The requests have to be authenticated with a token from a pia business
- Business
- Positions
- Positions/Working Hours
- Positions/Absences
- Positions/Balances
- Events
- ShiftAssignments
You need an API-Token of your pia business to access the API. You can find it on the main page of your business in the section "Integration in Umsysteme".
Example usage:
curl GET https://app.pia-planer.ch/api/v1/positions \
-H 'Authorization: Business YOUR_API_KEY'