List financials by project
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.
Query Parameters
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).
List the identifiers of departments the project owner must belong to.
Page number
x > 1
Page 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
Response
Total time spent on all items.
Total value (standard prices) of the whole time spent on all items.
Ratio of budget spent. Equal to Spent
/ RevisedBudget
.
0.01
Total 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 > 0
Must be a multiple of 0.01
Ratio between the price and the initial budget of all items. Equal to Price
/ InitialBudget
.
x > 0
Must be a multiple of 0.01
Ratio between the price and the revised budget. Equal to Price
/ RevisedBudget
.
x > 0
Must be a multiple of 0.01
Ratio of total discount already spent.
Equal to Spent
- CurrentDiscount
.
Equal to RevisedBudget
- Spent
.
Equal to spentToComplete
/ standardPrice
.
x > 0
Was this page helpful?