v1
latestOpenAPI 3.0.42026-07-233182951.4 MBSystem
Demand control instructions (DCI)
This endpoint provides demand control instruction data, filtered by the time range of the instruction. There is no date range limit on parameters. If no query parameters are supplied all data is returned.
get/system/demand-control-instructions
Query parameters
fromstring date-time
Example:2021-04-30T00:00Z
tostring date-time
Example:2021-04-30T20:00Z
format'json' | 'xml' | 'csv'
Response data format. Use json/xml to include metadata.
Response
OK
Example response
{
"data": [
{
"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"
}
],
"metadata": {
"datasets": [
"DATASET"
]
}
}