Security
api-key
GET
curl -i -X GET \
'https://acc-trading.etpa.nl/public-api/3.0/electricity/reporting/pv-party-participant?startDate=0&endDate=0&participants=string&pageable=page%3D0%26size%3D1' \
-H 'api_key: YOUR_API_KEY_HERE'OK
Array [
]
Response
[ { "id": "string", "tradeId": "string", "xbidTradeId": "string", "productType": "ELECTRICITY", "timeBlock": "INTRADAY", "type": "string", "capacity": 0.1, "amount": 0.1, "start": 1517406300000, "end": 1517413500000, "transactionDate": 1517404532975, "nominationMethodBuy": "DSN", "nominationMethodSell": "string", "buyerName": "string", "buyerParticipantId": "string", "buyOrderEan": "string", "sellerName": "string", "sellerParticipantId": "string", "sellOrderEan": "string", "isTradedForIdcons": true, "buyDeliveryArea": "AT", "sellDeliveryArea": "AT", "metaDataBuy": { … }, "metaDataSell": { … }, "isReverted": true } ]