project-services
endpoints.Documentation for the project status-changes
endpoints.project-financials
endpoint of Lucca Project to support filtering on the project owner department./api/v3/expenseClaims
has been added to get the list of expense claims through different query parameters./api/v3/services/importLeavePeriods
will no longer be supported in the future.importLeavePeriods
: /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
.