Irr categories

Get the IRR categories for a project

get

Get the IRR categories for a project

Authorizations
Path parameters
projectIdstringRequired

The ID of the project to get the details for

Responses
200

successful operation

application/json
get
GET //finance/projects/{projectId}/irr-categories HTTP/1.1
Host: api.ecosuite.io
Authorization: YOUR_API_KEY
Accept: */*
{
  "categories": {
    "ANY_ADDITIONAL_PROPERTY": {
      "name": "text",
      "categories": {
        "ANY_ADDITIONAL_PROPERTY": {
          "name": "text"
        }
      }
    }
  },
  "month": "text"
}