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

KeyDatatypeRequiredDescription
pagenumberpage number
sizenumberpage size

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

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}