added
July improvements
5 months ago by Dorian Dalla-Libera
Add GET - /companies/{companyId}/absences endpoint
New endpoint for time off to manage employee leave requests. Returns the absences of the company. This list is paginated. The output can be filtered given some fields like contractId. More info here.
Add GET - /companies/{companyId}/payment-files endpoint
New endpoint to retrieve payment file payroll of the company for a given month. More info here.
Fixes
- Fixed issue where the collaborator's manager information was missing.