v1

latestOpenAPI 3.0.42026-07-233182951.4 MB
REMIT

Fetch message details by ID

This endpoint provides a REMIT message based on a given message ID.

get/remit/{messageId}

Path parameters

messageIdinteger required

Query parameters

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"
    ]
  }
}