Emissions API v2 Update
Introduced new version 2 Emissions API endpoints that removed the field 'estimationConfidence' from the response, in favour of 'dataSourceScore' for individual assets.
Added two new fields to v2 KPI endpoints 'averageDataSourceScore' and 'dataSourceScoreCompilation'.
- averageDataSourceScore: The average score of the data source for the fleet or filtered assets.
- dataSourceScoreCompilation: Sums the total of each score into a bucket.
Data Source Score is a new field that provides a score for the data source of the emissions data per asset. The score is a value between 0 and 100, where 0 is the lowest score and 100 is the highest score.
The Data Source Score documentation can be found here.
New Endpoints
GET: /v2/emissions/period
POST: /v2/emissions/period
GET: /v2/emissions/period/kpis
POST: /v2/emissions/period/kpis
POST: /v2/emissions/monthly
GET: /v2/emissions/monthly/summary
POST: /v2/emissions/monthly/summary
POST: /v2/emissions/lifetime
GET: /v2/emissions/lifetime/kpis
POST: /v2/emissions/lifetime/kpis
POST: /v2/emissions/daily
GET: /v2/emissions/daily/summary
POST: /v2/emissions/daily/summary
GET: /v2/emissions/daily/kpis
POST: /v2/emissions/daily/kpis
GET: /v2/sites/{siteId}/emissions