v1
latestOpenAPI 3.0.42026-07-233182951.4 MBREMIT
Bulk fetch message details by IDs
This endpoint provides one or more REMIT messages based on the given message IDs.
get/remit
Query parameters
messageIdinteger[] required
[ 1, 2, 3, 4 ]
format'json' | 'xml'
Response data format. Use json/xml to include metadata.
Response
Data retrieved
Example response
{
"data": [
{
"dataset": "REMIT",
"mrid": "11XINNOGY------2-NGET-RMT-00084421",
"revisionNumber": 25,
"publishTime": "2023-01-31T17:39:15Z",
"createdTime": "2023-01-31T17:39:15Z",
"messageType": "UnavailabilitiesOfElectricityFacilities",
"messageHeading": "Planned Unavailability of Generation Unit",
"eventType": "Production unavailability",
"unavailabilityType": "Planned",
"participantId": "11XINNOGY------2",
"registrationCode": "11XINNOGY------2",
"assetId": "T_DIDCB5",
"assetType": "Production",
"affectedUnit": "DIDCB5",
"affectedUnitEIC": "48W000000DIDCB5C",
"affectedArea": "N",
"biddingZone": "10YGB----------A",
"fuelType": "Fossil Gas",
"normalCapacity": 780,
"availableCapacity": 320,
"unavailableCapacity": 361,
"eventStatus": "Inactive",
"eventStartTime": "2022-08-23T06:59:00Z",
"eventEndTime": "2022-08-25T05:20:30Z",
"durationUncertainty": "+- 1 day",
"cause": "Other",
"relatedInformation": "Status changed to Completed",
"outageProfile": [
{
"startTime": "2023-02-03T21:06:31.000Z",
"endTime": "2023-02-03T21:10:00.000Z",
"capacity": 436
}
],
"id": 1
}
],
"metadata": {
"datasets": [
"DATASET"
]
}
}