v1

latestOpenAPI 3.0.42026-07-233182951.4 MB
System

System warnings (SYSWARN)

This endpoint provides system warnings data. Results can be filtered by warning type and a range of DateTime parameters.

  • If no parameters are specified then the latest message is returned
  • If just a warning type is specified then the latest message of that type is returned
  • If just publish times are specified then all messages within that range are returned
get/system/warnings

Query parameters

warningTypestring
Example:IT SYSTEMS OUTAGE
publishDateTimeFromstring date-time
Example:2023/06/01 07:00
publishDateTimeTostring date-time
Example:2023/06/30 10:00
format'json' | 'xml' | 'csv'

Response data format. Use json/xml to include metadata.

Response

OK

Example response

{
  "data": [
    {
      "publishTime": "2022-09-20T00:00Z",
      "warningType": "IT SYSTEMS OUTAGE",
      "warningText": "NATIONAL GRID NOTIFICATION of excess energy prices used for settlement outside of BALIT for SO to SO Transactions"
    }
  ],
  "metadata": {
    "datasets": [
      "DATASET"
    ]
  }
}