Versions

List any Pro Forma versions

get

List any Pro Forma versions that have been stored for this project

Authorizations
Path parameters
projectIdstringRequired

The project ID

Responses
200

successful operation

application/json
get
GET //projects/{projectId}/pro-forma/versions HTTP/1.1
Host: api.ecosuite.io
Authorization: YOUR_API_KEY
Accept: */*
{
  "versions": [
    {
      "projectStartDate": "2025-09-15",
      "systemSize": 1,
      "systemProduction": 1,
      "degradation": 1,
      "projectLife": 1,
      "developerFeePercent": 1,
      "archived": false,
      "taxes": {
        "propertyTax": 1,
        "federalTax": 1,
        "stateTax": 1,
        "localTax": 1,
        "itc": 1
      },
      "cashFlows": [
        {
          "id": "text",
          "name": "text",
          "recordId": "text",
          "category": "text",
          "account": "text",
          "flags": {
            "backend": false,
            "debt": false
          },
          "payments": [
            null
          ]
        }
      ]
    }
  ]
}