---
title: "Demand control instructions (DCI)"
method: GET
path: "/datasets/DCI"
tags: ["BMRS Datasets"]
---

# Demand control instructions (DCI)

`GET /datasets/DCI`

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

## Query parameters

- `publishDateTimeFrom` string, date-time
- `publishDateTimeTo` string, date-time
- `format` 'json' | 'xml' | 'csv'

## Response `200`

Data retrieved

- InsightsApiModelsResponsesDatasetResponse1InsightsApiModelsResponsesMiscDatasetRowsDemandControlInstructionDatasetRow
  - `data` InsightsApiModelsResponsesMiscDatasetRowsDemandControlInstructionDatasetRow[], nullable
    - `dataset` string, nullable
    - `mRID` string, nullable
    - `revisionNumber` integer
    - `publishTime` string, date-time, nullable
    - `publishingPeriodCommencingTime` string, date-time
    - `affectedDso` string, nullable
    - `demandControlId` string, nullable
    - `instructionSequence` integer
    - `demandControlEventFlag` string
    - `timeFrom` string, date-time
    - `timeTo` string, date-time, nullable
    - `volume` number, double
    - `systemManagementActionFlag` string, nullable
    - `amendmentFlag` string, nullable

## Other responses

- `400` — Error with query parameters - see response for details
- `429` — Too many requests
- `500` — Server error - please try again later

---

[API](https://skmtc.net/elexon/apis/bmrs-insights.md) · [All operations](https://skmtc.net/elexon/apis/bmrs-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elexon/bmrs-insights/versions/d94e9edb295e/schema)
