v1

latestOpenAPI 3.0.42026-07-233182951.4 MB
BMRS Datasets

Demand control instructions (DCI)

This endpoint provides demand control instruction data, filtered by publish time.

get/datasets/DCI

Query parameters

publishDateTimeFromstring date-time
Example:2021-04-30T00:00Z
publishDateTimeTostring date-time
Example:2021-05-30T20:00Z
format'json' | 'xml' | 'csv'

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

Response

Data retrieved

Example response

{
  "data": [
    {
      "dataset": "DCI",
      "mRID": "DCI_202104300853_00000030",
      "revisionNumber": 1,
      "publishTime": "2021-04-30T08:53:39Z",
      "publishingPeriodCommencingTime": "2021-04-30T08:53:39Z",
      "affectedDso": "SP(D)",
      "demandControlId": "00135",
      "instructionSequence": 1,
      "demandControlEventFlag": "I",
      "timeFrom": "2021-04-30T12:45:00Z",
      "timeTo": "2021-04-30T13:09:00Z",
      "volume": 68,
      "systemManagementActionFlag": "T",
      "amendmentFlag": "ORI"
    }
  ]
}