Get product PCF details by product id
GET {{baseUrl}}/products/:id/pcf?filter=active
Get an export of a product carbon footprint without cryptographic material. If you need cryptographic verifiability of this information please use DIDComm APIs.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter | string | Here you can provide a filter on the request, e.g pcf information out of active or latest credential. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"totalPcf":1.533,"upstreamPcf":1.22,"factoryEmission":1.533,"active":true,"creationDate":"2021-06-01T12:00:00Z","validityPeriodStart":"2021-06-01T12:00:00Z","validityPeriodEnd":"2021-06-01T12:00:00Z","certifier":"Siemens","revision":"1.0","bomVersion":"1.0","emissionUnit":"kg","quantity":5,"dataQuality":[{"typeOfQuality":"Transparency","percentage":80},{"typeOfQuality":"Reliability","percentage":40},{"typeOfQuality":"Validity \u0026 Data Accuracy","percentage":10}]}