Sources uses

Get the source and uses for projects

get

Get the source and uses for projects

Authorizations
Query parameters
projectIdsstringRequired

The IDs of the projects to get the source and uses for

modestring · enumOptional

Whether the sources and uses should be reported to the current date or for the project lifetime

Possible values:
Responses
200

successful operation

application/json
get
GET //finance/sources-uses HTTP/1.1
Host: api.ecosuite.io
Authorization: YOUR_API_KEY
Accept: */*
{
  "classBContributions": 5463.57,
  "grants": 5463.57,
  "debtProceeds": 5463.57,
  "nonDevFeeFixedAssets": 5463.57,
  "devFees": 5463.57,
  "fixedAssets": 5463.57,
  "sources": {},
  "uses": {}
}