Added
Documentation for theproject-services
endpoints.Documentation for the project status-changes
endpoints.Added
New query parameter on theproject-financials
endpoint of Lucca Project to support filtering on the project owner department.Added
Added an example for the body of the “import-leaves” request. Ideally, it should now be much more intelligible.Added
A new endpoint/api/v3/expenseClaims
has been added to get the list of expense claims through different query parameters.Deprecated
The old v3 API endpoint/api/v3/services/importLeavePeriods
will no longer be supported in the future.Added
A new endpoint replaces the deprecatedimportLeavePeriods
: /figgo/api/imports/v1.0/leavePeriods
. Main changes in this new endpoint are: (1) the ?type=csv
query parameter is no longer required or even used and (2) it now supports an async mode through the ?async=true
query parameter. By default, the process is synchronous.In case of an async import, a new endpoint enables you to track its progress: /figgo/api/imports/v1.0/leavePeriods/{summaryId:guid}/progress
.