Get an aggregated 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/pcf?componentIds=<string>&page=0&size=10

Get an aggregated 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
componentIdsstring(Required) You can specify more than one componentId(System generated id) here (separated by comma).
pagenumberpage number
sizenumberpage number

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;items&quot;:[{&quot;id&quot;:&quot;C98BE31E-3698-412D-91E3-8270102CC7D5&quot;,&quot;totalPcf&quot;:1.2,&quot;pcfUnit&quot;:&quot;kgCO2e/piece&quot;},{&quot;id&quot;:&quot;C98BE31E-3698-412D-91E3-8270102CC7D5&quot;,&quot;totalPcf&quot;:1.2,&quot;pcfUnit&quot;:&quot;kgCO2e/piece&quot;}],&quot;hasNext&quot;:true,&quot;hasPrev&quot;:false,&quot;page&quot;:0,&quot;pageNumber&quot;:1,&quot;size&quot;:10,&quot;totalPages&quot;:120}