Retrieve organization environmental impact reports

GET /env-impact

[BETA] Returns environmental impact reports for an organization

Responses

  • 200 application/json

    200

    Hide response attribute Show response attribute object
    • Hide env_impact attribute Show env_impact attribute object
      • * object Additional properties
        Hide * attribute Show * attribute object
        • total object
          Hide total attributes Show total attributes object
GET /env-impact
curl \
 --request GET 'https://api-ch-gva-2.exoscale.com/v2/env-impact'
Response examples (200)
{
  "env_impact": {
    "additionalProperty1": {
      "total": {
        "amount": 42.0,
        "unit": "string"
      }
    },
    "additionalProperty2": {
      "total": {
        "amount": 42.0,
        "unit": "string"
      }
    }
  }
}