Breaking Changes on GET /lucca-api/employments
| Changed | breaking changeQuery parameter ?startsOn={date} is replaced with ?start.date={date}. |
| Changed | breaking changeQuery parameter ?startsOn.between={date-range} is replaced with ?start.date.between={date-range}. |
| Changed | breaking changeQuery parameter ?endsOn={date} is replaced with ?end.date={date}. |
| Changed | breaking changeQuery parameter ?endsOn.between={date} is replaced with ?end.date.between={date}. |
Breaking Changes on the employee-personal-record
| Changed | The bankAccount object property is no longer polymorphic. |
| Removed | The civilTitle enum property has a reduced number of allowed values. |
| Changed | The nationalitiesCountryCodes array property only accepts a single value as of now (for legacy compatibility). |
Beta Release of Version 2024-11-01
First release of the Lucca API.Please note the Lucca API is released in a beta state. As a result, you may encounter bugs and/or features not working as expected or simply missing.| Added | Employees: employee, employment, probationary-period, job-position, profession, job-qualification, occupation-category and employee-personal-record objects and endpoints.Some endpoints may be read-only as of now. |
| Added | Organization: legal-entity, business-establishment, department objects and endpoints (read-only). |
First Draft of The Lucca API Documentation
First release of the Lucca API documentation articles.| Added | General articles about the Lucca API features. |
Maintaining the Legacy APIs Documentation
The documentation of the Legacy APIs can still be browsed.| Changed | The API Reference for the Legacy API. |