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
| Key | Datatype | Required | Description | 
|---|---|---|---|
| componentIds | string | (Required) You can specify more than one componentId(System generated id) here (separated by comma). | |
| page | number | page number | |
| size | number | page number | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
{"items":[{"id":"C98BE31E-3698-412D-91E3-8270102CC7D5","totalPcf":1.2,"pcfUnit":"kgCO2e/piece"},{"id":"C98BE31E-3698-412D-91E3-8270102CC7D5","totalPcf":1.2,"pcfUnit":"kgCO2e/piece"}],"hasNext":true,"hasPrev":false,"page":0,"pageNumber":1,"size":10,"totalPages":120}