# PV party participant report Endpoint: GET /public-api/3.0/electricity/reporting/pv-party-participant Version: 1.0 Security: api-key ## Query parameters: - `startDate` (integer) Fetch trades with transaction date larger than start Unix timestamp. - `endDate` (integer) Fetch trades with transaction date smaller than end Unix timestamp. - `participants` (string) Fetch trades only for given participants. Please provide comma separated identifiers. Example = "?participants=participantId1,participantId2" - `pageable` (object, required) Example: {"page":0,"size":1} ## Response 200 fields (application/json): - `id` (string) - `tradeId` (string, required) - `xbidTradeId` (string) - `productType` (string, required) Example: "ELECTRICITY" - `timeBlock` (string, required) Example: "INTRADAY" - `type` (string, required) - `capacity` (number, required) - `amount` (number, required) - `start` (integer, required) Example: 1517406300000 - `end` (integer, required) Example: 1517413500000 - `transactionDate` (integer, required) Example: 1517404532975 - `nominationMethodBuy` (string, required) Example: "DSN" - `nominationMethodSell` (string, required) - `buyerName` (string) - `buyerParticipantId` (string) - `buyOrderEan` (string) - `sellerName` (string) - `sellerParticipantId` (string) - `sellOrderEan` (string) - `isTradedForIdcons` (boolean) - `buyDeliveryArea` (string) Enum: "AT", "BG", "BE", "CZ", "DE1", "DE2", "DE3", "DE4", "DK1", "DK2", "EE", "ES", "FI", "FR", "GR", "HR", "HU", "IT1", "IT2", "IT3", "IT4", "IT5", "IT6", "IT7", "IT8", "IT9", "IT10", "IT_AT", "IT_CH", "IT_CP", "IT_FR", "IT_GR", "IT_ME", "IT_SI", "LT", "LV", "MA", "NL", "NO1", "NO2", "NO3", "NO4", "NO5", "PL", "PT", "RO", "RU", "SE1", "SE2", "SE3", "SE4", "SI", "SK" - `sellDeliveryArea` (string) Enum: "AT", "BG", "BE", "CZ", "DE1", "DE2", "DE3", "DE4", "DK1", "DK2", "EE", "ES", "FI", "FR", "GR", "HR", "HU", "IT1", "IT2", "IT3", "IT4", "IT5", "IT6", "IT7", "IT8", "IT9", "IT10", "IT_AT", "IT_CH", "IT_CP", "IT_FR", "IT_GR", "IT_ME", "IT_SI", "LT", "LV", "MA", "NL", "NO1", "NO2", "NO3", "NO4", "NO5", "PL", "PT", "RO", "RU", "SE1", "SE2", "SE3", "SE4", "SI", "SK" - `metaDataBuy` (object) - `metaDataSell` (object) - `isReverted` (boolean) ## Response 400 fields (*/*): - `errors` (array) ## Response 412 fields (*/*): - `errors` (array) ## Response 403 fields