v1

latestOpenAPI 3.0.42026-07-233182951.4 MB
REMIT

Fetch message details by mRID

This endpoint provides one or more REMIT messages based on the given mRID and revision number. If none is given it returns the REMIT message revision with the latest revision number.

get/remit/search

Query parameters

mridstring required
Example:48X000000000080X-NGET-RMT-00014669
revisionNumberinteger
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"
    ]
  }
}