Get an export of a PCF of a component without cryptographic material. If you need cryptographic verifiability of this information please use DIDComm APIs.
GET {{baseUrl}}/components/:id/suppliers/:supplierId/pcf?page=0&size=10
Get an export of a PCF of a component without cryptographic material. If you need cryptographic verifiability of this information please use DIDComm APIs.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number | page number | |
size | number | page size |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[{"id":"UUID","totalPCF":1.2,"pcfUnit":"kgCO2e/piece","dataQuality":[{"typeOfQuality":"Transparency","percentage":80},{"typeOfQuality":"Transparency","percentage":80}],"supplierId":"UUID","supplier":"ACME","location":"Berlin"},{"id":"UUID","totalPCF":1.2,"pcfUnit":"kgCO2e/piece","dataQuality":[{"typeOfQuality":"Transparency","percentage":80},{"typeOfQuality":"Transparency","percentage":80}],"supplierId":"UUID","supplier":"ACME","location":"Berlin"}],"hasNext":true,"hasPrev":false,"page":0,"pageNumber":1,"size":10,"totalPages":120}