curl --request GET \
--url https://api.responsibly.tech/v1/suppliers/{id}/emission-reports \
--header 'x-api-key: <api-key>'{
"items": [
{
"id": "12h43XyZhc4rak2670e37xv[...]",
"scope": "1",
"fromDate": "2022-05-31T22:00:00.000Z",
"toDate": "2023-05-30T22:00:00.000Z",
"reportedOn": "2023-05-31T22:00:00.000Z",
"verifier": "EY",
"dataType": "Group data",
"value": 6927653,
"unit": "tCO2e"
}
]
}Was this page helpful?
curl --request GET \
--url https://api.responsibly.tech/v1/suppliers/{id}/emission-reports \
--header 'x-api-key: <api-key>'{
"items": [
{
"id": "12h43XyZhc4rak2670e37xv[...]",
"scope": "1",
"fromDate": "2022-05-31T22:00:00.000Z",
"toDate": "2023-05-30T22:00:00.000Z",
"reportedOn": "2023-05-31T22:00:00.000Z",
"verifier": "EY",
"dataType": "Group data",
"value": 6927653,
"unit": "tCO2e"
}
]
}