v1
latestOpenAPI 3.0.42026-07-233182951.4 MBBMRS Datasets
Demand control instructions (DCI) stream
This endpoint provides demand control instruction data, filtered by publish time.
This endpoint has an optimised JSON payload and is aimed at frequent requests for the data.
get/datasets/DCI/stream
Query parameters
publishDateTimeFromstring date-time
Example:2021-04-30T00:00Z
publishDateTimeTostring date-time
Example:2021-05-30T20:00Z
Response
Data retrieved
Example response
[
{
"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"
}
]