Retrieve all financial metrics on projects.
Response contains the sum of all included projects (paginated). The items node contains the financial metrics for each project.
API key. Value must be formatted like so: lucca application={api_key}.
Only return projects in given organization (by id).
Only return projects with given contract type.
Only return projects with given status.
Identifier of the project lead.
Only return projects with anomalies (any).
Only return late projects (risk).
Only return overrun projects (risk)
Only return highly discounted projects (risk).
Start date.
End date.
Identifier of the project.
Find a project based on its name or code.
Only return projects with [startsOn, revisedDeliveryDate] dates intersecting given period ?projectIntersectsPeriod={start},{end}. In other words, projects that spread partially or completely over passed period.
Projects with no dates startsOn: null, revisedDeliveryDate: null will always be returned (these may only be non-billable projects).
2 elementsList the identifiers of departments the project owner must belong to.
1x >= 0Page number
x >= 1Page size
Return total items count (across all pages).
count Sort results by property
project.id, -project.id, project.name, -project.name, project.owner.lastName, -project.owner.lastName, project.price, -project.price, project.billRate, -project.billRate, discountedSpent, -discountedSpent, totalInvoiced, -totalInvoiced, managementOutstanding, -managementOutstanding, estimatedOverrun, -estimatedOverrun, estimatedRecoveryRate, -estimatedRecoveryRate OK
Total time spent on all items.
{
"value": 128,
"iso": "P5DT8H",
"unit": "hour"
}Total value (standard prices) of the whole time spent on all items.
Ratio of budget spent. Equal to Spent / RevisedBudget.
0.01Total amount of all invoices issued on the items.
Total worth of uninvoiced time spent. Equal to Spent - TotalInvoiced.
Value of the budget overrun as of today. Equal to Spent - InitialBudget.
Value of the estimated budget overrun upon project end. Equal to Spent - RevisedBudget.
Total price of all items.
Ratio between the total invoiced amount and the worth of all time spent. Equal to TotalInvoiced / Spent.
x >= 0Must be a multiple of 0.01Ratio between the price and the initial budget of all items. Equal to Price / InitialBudget.
x >= 0Must be a multiple of 0.01Ratio between the price and the revised budget. Equal to Price / RevisedBudget.
x >= 0Must be a multiple of 0.01Ratio of total discount already spent.
Equal to Spent - CurrentDiscount.
Equal to RevisedBudget - Spent.
Equal to spentToComplete / standardPrice.
{
"value": 128,
"iso": "P5DT8H",
"unit": "hour"
}x >= 0