Changelog
2026-08-20
- Added
GET /v1/surveys/{surveyId}/calculated/{calculationCode}returning calculated values for a survey. First code:wfn_2024(WFN pillar scores, total and rating). Uses the same scopes as survey reads. - Documentation fix: the survey
typevalue isaggregation, notaggregated. GET /v1/surveys/{surveyId}now returns400 Bad Requestfor an unknown or invalid survey id (previously404 Not Found).
2026-04-16
- Singapore API host updated from
api.sg.g17.ecotoapi-singapore.g17.eco- All documentation examples (authentication and routes) now reference the new host
- Existing integrations pointing at the old host must be updated — the old endpoint no longer serves requests
2025-12-17
- Currency unit now uses survey-level locked currency instead of global default (USD)
- Questions with
unitType: currencywill return the survey’s configured currency - Global-level questions default to USD when no survey currency is set
- Questions with
Last updated on