Retrieve organization environmental impact reports
[BETA] Returns environmental impact reports for an organization
Query parameters
-
period
string
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"
}
}
}
}