Download OpenAPI specification:
required | object (ScheduleSubmissionMeta) Metadata describing a work schedule submission. Extends the generic submission metadata with a mandatory business type identifying the submission as a planning schedule (PLP). |
required | object (TimeSeriesData) The time-series dataset representing the submitted schedule. Contains the resource identifier, the applicable time interval, and time series with the actual schedule values. |
{- "meta": {
- "senderId": 10999,
- "responsiblePartyId": 10111,
- "clientMsgId": "4bfa71da-146b-4df9-b972-6a5ce18f2342",
- "type": "PLP",
- "DSOcReceivedAt": "2024-09-12T11:23:30.567Z"
}, - "data": {
- "mainResourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "dataPeriod": {
- "start": "2025-09-12T22:00:00Z",
- "end": "2025-09-13T22:00:00Z"
}, - "timeSeries": [
- {
- "tsId": 1,
- "businessType": "MCSR",
- "direction": "GENERATION",
- "measurementUnit": "MAW",
- "resourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "curveType": "A01",
- "seriesPeriods": [
- {
- "timeInterval": {
- "start": "2025-09-12T22:00:00Z",
- "end": "2025-09-13T22:00:00Z"
}, - "resolution": "PT15M",
- "continuousSeriesPoints": [
- 1.234,
- 1.234,
- 1.234
]
}
]
}, - {
- "tsId": 2,
- "businessType": "MCKN",
- "direction": "GENERATION",
- "measurementUnit": "MAW",
- "resourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "curveType": "A01",
- "seriesPeriods": [
- {
- "timeInterval": {
- "start": "2025-09-12T22:00:00Z",
- "end": "2025-09-13T22:00:00Z"
}, - "resolution": "PT15M",
- "continuousSeriesPoints": [
- 1.234,
- 1.234,
- 1.234
]
}
]
}
]
}
}{- "serverMsgId": "550e8400-e29b-41d4-a716-446655440000",
- "clientMsgId": "4bfa71da-146b-4df9-b972-6a5ce18f2342",
- "receivedTime": "2024-03-12T02:00:00.000Z",
- "status": "SUBMITTED"
}required | object (AvailabilitySubmissionMeta) Metadata describing an availability schedule submission. Extends the generic submission metadata with a mandatory business type identifying the dataset as an availability report (HRM). |
required | object (TimeSeriesData) The time-series dataset representing the declared availability of the resource. Contains the resource identifier, the applicable time interval, and time series with the availability values. |
{- "meta": {
- "senderId": 10999,
- "responsiblePartyId": 10111,
- "clientMsgId": "4bfa71da-146b-4df9-b972-6a5ce18f2342",
- "type": "HRM",
- "DSOcReceivedAt": "2024-09-12T11:23:30.567Z"
}, - "data": {
- "mainResourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "dataPeriod": {
- "start": "2025-09-12T22:00:00Z",
- "end": "2026-09-12T22:00:00Z"
}, - "timeSeries": [
- {
- "tsId": 1,
- "businessType": "MINE",
- "direction": "GENERATION",
- "measurementUnit": "MAW",
- "resourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "curveType": "A03",
- "seriesPeriods": [
- {
- "timeInterval": {
- "start": "2025-09-12T22:00:00Z",
- "end": "2026-09-12T22:00:00Z"
}, - "resolution": "PT1H",
- "seriesPoints": [
- {
- "position": 1,
- "quantity": 5.123
}, - {
- "position": 25,
- "quantity": 0
}, - {
- "position": 49,
- "quantity": 5.123
}
]
}
]
}, - {
- "tsId": 2,
- "businessType": "MAXE",
- "direction": "GENERATION",
- "measurementUnit": "MAW",
- "resourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "curveType": "A03",
- "seriesPeriods": [
- {
- "timeInterval": {
- "start": "2025-09-12T22:00:00Z",
- "end": "2026-09-12T22:00:00Z"
}, - "resolution": "PT15M",
- "seriesPoints": [
- {
- "position": 1,
- "quantity": 16.789
}, - {
- "position": 97,
- "quantity": 0
}, - {
- "position": 183,
- "quantity": 16.789
}
]
}
]
}
]
}
}{- "serverMsgId": "550e8400-e29b-41d4-a716-446655440000",
- "clientMsgId": "4bfa71da-146b-4df9-b972-6a5ce18f2342",
- "receivedTime": "2024-03-12T02:00:00.000Z",
- "status": "SUBMITTED"
}required | object (OutageSubmissionMeta) Metadata describing an outage submission. Extends the generic submission metadata with a mandatory business type identifying the dataset as an outage report (POS). |
required | object (OutageSubmissionData) Base type for outage submission data. The final structure depends on the value of |
{- "meta": {
- "senderId": 10999,
- "responsiblePartyId": 10111,
- "clientMsgId": "4bfa71da-146b-4df9-b972-6a5ce18f2342",
- "type": "POS",
- "DSOcReceivedAt": "2024-09-12T11:23:30.567Z"
}, - "data": {
- "operationType": "CREATE",
- "changeDescription": "Opis przyczyny zgłoszenia",
- "outage": {
- "unavailabilityMrid": "12346017-d25d-4952-a3cf-0fa83560e16f",
- "unavailabilityPeriod": {
- "start": "2025-03-12T23:00:00Z",
- "startOccurred": false,
- "end": "2025-03-13T23:00:00Z",
- "endOccurred": false
}, - "mainResourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "orderNo": 1,
- "businessType": "POS",
- "direction": "GENERATION",
- "recoverable": false,
- "reasonDescription": {
- "reasonCode": "WE",
- "categoryCode": "D001",
- "description": "Dodatkowy opis przyczyny niedostępności"
}
}
}
}{- "serverMsgId": "550e8400-e29b-41d4-a716-446655440000",
- "clientMsgId": "4bfa71da-146b-4df9-b972-6a5ce18f2342",
- "receivedTime": "2024-03-12T02:00:00.000Z",
- "status": "SUBMITTED"
}required | object (DerateSubmissionMeta) Metadata describing a derate submission. Extends the generic submission metadata with a mandatory business type identifying the dataset as a derate report (UBT). |
required | object (DerateSubmissionData) Base type for derate submission data. The final structure depends on the value of |
{- "meta": {
- "senderId": 10999,
- "responsiblePartyId": 10111,
- "clientMsgId": "4bfa71da-146b-4df9-b972-6a5ce18f2342",
- "type": "UBT",
- "DSOcReceivedAt": "2024-09-12T11:23:30.567Z"
}, - "data": {
- "operationType": "CREATE",
- "changeDescription": "Opis przyczyny zgłoszenia",
- "derate": {
- "unavailabilityMrid": "12346017-d25d-4952-a3cf-0fa83560e16f",
- "unavailabilityPeriod": {
- "start": "2025-03-12T23:00:00Z",
- "startOccurred": false,
- "end": "2025-03-13T23:00:00Z",
- "endOccurred": false
}, - "mainResourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "orderNo": 1,
- "businessType": "UBTD",
- "direction": "GENERATION",
- "recoverable": false,
- "reasonDescription": {
- "reasonCode": "WE",
- "categoryCode": "D001",
- "description": "Dodatkowy opis przyczyny niedostępności"
}, - "timeSeries": [
- {
- "tsId": 1,
- "recoverableFlag": "UOBW",
- "measurementUnit": "MAW",
- "curveType": "A03",
- "seriesPeriods": [
- {
- "timeInterval": {
- "start": "2025-03-12T23:00:00Z",
- "end": "2025-03-13T23:00:00Z"
}, - "resolution": "PT1H",
- "seriesPoints": [
- {
- "position": 1,
- "quantity": 1.234
}, - {
- "position": 3,
- "quantity": 4.567
}
]
}
]
}
]
}
}
}{- "serverMsgId": "550e8400-e29b-41d4-a716-446655440000",
- "clientMsgId": "4bfa71da-146b-4df9-b972-6a5ce18f2342",
- "receivedTime": "2024-03-12T02:00:00.000Z",
- "status": "SUBMITTED"
}required | object (ControlMalfunctionSubmissionMeta) Metadata describing a control malfunction submission. Extends the generic submission metadata with a mandatory business type identifying the dataset as a control malfunction report (NUR). |
required | object (ControlMalfunctionSubmissionData) Base type for control malfunction submission data. The final structure depends on the value of |
{- "meta": {
- "senderId": 10999,
- "responsiblePartyId": 10111,
- "clientMsgId": "4bfa71da-146b-4df9-b972-6a5ce18f2342",
- "type": "NUR",
- "DSOcReceivedAt": "2024-09-12T11:23:30.567Z"
}, - "data": {
- "operationType": "CREATE",
- "changeDescription": "Opis przyczyny zgłoszenia",
- "controlMalfunction": {
- "unavailabilityMrid": "12346017-d25d-4952-a3cf-0fa83560e16f",
- "unavailabilityPeriod": {
- "start": "2025-03-12T23:00:00Z",
- "startOccurred": false,
- "end": "2025-03-13T23:00:00Z",
- "endOccurred": false
}, - "mainResourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "orderNo": 1,
- "businessType": "FCRG",
- "direction": "GENERATION",
- "reasonDescription": "Dodatkowy opis przyczyny niedostępności"
}
}
}{- "serverMsgId": "550e8400-e29b-41d4-a716-446655440000",
- "clientMsgId": "4bfa71da-146b-4df9-b972-6a5ce18f2342",
- "receivedTime": "2024-03-12T02:00:00.000Z",
- "status": "SUBMITTED"
}required | object (DispatchInstructionSubmissionMeta) Metadata describing a dispatch instruction submission. Extends the generic submission metadata with a mandatory business type identifying the dataset as a dispatch instruction (PRU). |
required | object (TimeSeriesData) The time-series dataset representing the dispatch instruction. Contains the resource identifier, the applicable time interval, and time series with the instructed operating values. |
{- "meta": {
- "senderId": 10999,
- "responsiblePartyId": 10111,
- "clientMsgId": "4bfa71da-146b-4df9-b972-6a5ce18f2342",
- "type": "PRU",
- "DSOcReceivedAt": "2024-09-12T11:23:30.567Z"
}, - "data": {
- "mainResourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "dataPeriod": {
- "start": "2025-09-12T22:00:00Z",
- "end": "2025-09-13T00:00:00Z"
}, - "timeSeries": [
- {
- "tsId": 1,
- "businessType": "OMAX",
- "direction": "GENERATION",
- "measurementUnit": "MAW",
- "resourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "curveType": "A01",
- "seriesPeriods": [
- {
- "timeInterval": {
- "start": "2025-09-12T22:00:00Z",
- "end": "2025-09-13T00:00:00Z"
}, - "resolution": "PT15M",
- "continuousSeriesPoints": [
- 2.345,
- 2.345,
- 2.345
]
}
]
}, - {
- "tsId": 2,
- "businessType": "OMIN",
- "direction": "GENERATION",
- "measurementUnit": "MAW",
- "resourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "curveType": "A01",
- "seriesPeriods": [
- {
- "timeInterval": {
- "start": "2025-09-12T22:00:00Z",
- "end": "2025-09-13T00:00:00Z"
}, - "resolution": "PT15M",
- "continuousSeriesPoints": [
- 0.123,
- 0.123,
- 0.123
]
}
]
}
]
}
}{- "serverMsgId": "550e8400-e29b-41d4-a716-446655440000",
- "clientMsgId": "4bfa71da-146b-4df9-b972-6a5ce18f2342",
- "receivedTime": "2024-03-12T02:00:00.000Z",
- "status": "SUBMITTED"
}required | object (ExchangeScheduleSubmissionMeta) Metadata describing an exchange schedule submission. Extends the generic submission metadata with a mandatory business type identifying the dataset as an exchange schedule (WYM). |
required | object (TimeSeriesData) The time-series dataset representing the exchange schedule. Contains the resource identifier, the applicable time interval, and time series with the scheduled exchange values. |
{- "meta": {
- "senderId": 10999,
- "responsiblePartyId": 10111,
- "clientMsgId": "4bfa71da-146b-4df9-b972-6a5ce18f2342",
- "type": "WYM",
- "DSOcReceivedAt": "2024-09-12T11:23:30.567Z"
}, - "data": {
- "mainResourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "dataPeriod": {
- "start": "2025-12-31T23:00:00Z",
- "end": "2026-12-31T23:00:00Z"
}, - "timeSeries": [
- {
- "tsId": 1,
- "businessType": "WYM",
- "measurementUnit": "MAW",
- "resourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "curveType": "A01",
- "seriesPeriods": [
- {
- "timeInterval": {
- "start": "2025-12-31T23:00:00Z",
- "end": "2026-12-31T23:00:00Z"
}, - "resolution": "P1M",
- "continuousSeriesPoints": [
- 2.345,
- 2.345,
- 2.345
]
}
]
}
]
}
}{- "serverMsgId": "550e8400-e29b-41d4-a716-446655440000",
- "clientMsgId": "4bfa71da-146b-4df9-b972-6a5ce18f2342",
- "receivedTime": "2024-03-12T02:00:00.000Z",
- "status": "SUBMITTED"
}required | object (StorageCapacitySubmissionMeta) Metadata describing a storage capacity submission. Extends the generic submission metadata with a mandatory business type identifying the dataset as a storage capacity report (PUZ). |
required | object (TimeSeriesData) The time-series dataset representing the storage capacity information. Contains the resource identifier, the applicable time interval, and time series with the declared capacity values. |
{- "meta": {
- "senderId": 10999,
- "responsiblePartyId": 10111,
- "clientMsgId": "4bfa71da-146b-4df9-b972-6a5ce18f2342",
- "type": "PUZ"
}, - "data": {
- "mainResourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "dataPeriod": {
- "start": "2025-09-12T22:00:00Z",
- "end": "2026-09-12T22:00:00Z"
}, - "timeSeries": [
- {
- "tsId": 1,
- "businessType": "PUZ",
- "measurementUnit": "MWH",
- "resourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "curveType": "A03",
- "seriesPeriods": [
- {
- "timeInterval": {
- "start": "2025-09-12T22:00:00Z",
- "end": "2026-09-12T22:00:00Z"
}, - "resolution": "PT1H",
- "seriesPoints": [
- {
- "position": 1,
- "quantity": 10.5
}, - {
- "position": 241,
- "quantity": 10.1
}, - {
- "position": 481,
- "quantity": 9.8
}
]
}
]
}
]
}
}{- "serverMsgId": "550e8400-e29b-41d4-a716-446655440000",
- "clientMsgId": "4bfa71da-146b-4df9-b972-6a5ce18f2342",
- "receivedTime": "2024-03-12T02:00:00.000Z",
- "status": "SUBMITTED"
}required | object (ReactiveLimitSubmissionMeta) Metadata describing a reactive power regulation limits submission. Extends the generic submission metadata with a mandatory business type identifying the submission as reactive power regulation limits (ORMB). |
required | object (TimeSeriesData) The time-series dataset representing the submitted reactive power regulation limits. Contains the resource identifier, the applicable time interval, and the complete set of time series describing the regulation range boundaries. For series where an actual limitation applies, |
{- "meta": {
- "senderId": 10999,
- "responsiblePartyId": 10111,
- "clientMsgId": "4bfa71da-146b-4df9-b972-6a5ce18f2342",
- "type": "ORMB",
- "DSOcReceivedAt": "2025-05-11T08:23:30.567Z"
}, - "data": {
- "mainResourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "dataPeriod": {
- "start": "2025-05-12T22:00:00Z",
- "end": "2025-05-13T22:00:00Z"
}, - "timeSeries": [
- {
- "tsId": 1,
- "businessType": "PINMX",
- "direction": "GENERATION",
- "measurementUnit": "MAR",
- "resourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "curveType": "A03",
- "seriesPeriods": [
- {
- "timeInterval": {
- "start": "2025-05-12T22:00:00Z",
- "end": "2025-05-13T22:00:00Z"
}, - "resolution": "PT1H",
- "seriesPoints": [
- {
- "position": 1,
- "quantity": 12.5
}, - {
- "position": 13,
- "quantity": 10
}, - {
- "position": 19,
- "quantity": 12.5
}
]
}
]
}, - {
- "tsId": 2,
- "businessType": "KINMX",
- "direction": "TOTAL",
- "measurementUnit": "MAR",
- "resourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "curveType": "A03",
- "seriesPeriods": [
- {
- "timeInterval": {
- "start": "2026-05-12T22:00:00Z",
- "end": "2026-05-13T22:00:00Z"
}, - "resolution": "PT15M",
- "seriesPoints": [
- {
- "position": 1,
- "quantity": 5
}, - {
- "position": 49,
- "quantity": 4
}, - {
- "position": 73,
- "quantity": 5
}
]
}
]
}
]
}
}{- "serverMsgId": "550e8400-e29b-41d4-a716-446655440000",
- "clientMsgId": "4bfa71da-146b-4df9-b972-6a5ce18f2342",
- "receivedTime": "2024-03-12T02:00:00.000Z",
- "status": "SUBMITTED"
}| serverMsgId required | any <uuid> Examples: 550e8400-e29b-41d4-a716-446655440000 Unique identifier of the submission assigned by the PSE system. |
{- "serverMsgId": "550e8400-e29b-41d4-a716-446655440000",
- "clientMsgId": "4bfa71da-146b-4df9-b972-6a5ce18f2342",
- "receivedTime": "2024-03-12T02:00:00.000Z",
- "status": "SUBMITTED",
- "responseDetails": [
- {
- "severity": "WARN",
- "code": "XXX",
- "field": "data.timePeriod.point[1289].value",
- "message": "Wartość z grafiku przekracza 100% wartości maksymalnej mocy netto"
}
]
}| mainResourceMrid required | string <= 60 characters Example: _d8736017-d25d-4952-a3cf-0fa83560e16f mRID identifier of the resource |
| start required | string <date-time> Example: start=2024-03-12T02:00:00Z Start date and time of the range in UTC |
| end required | string <date-time> Example: end=2024-03-13T02:00:00Z End date and time of the range in UTC |
{- "mainResourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "dataPeriod": {
- "start": "2025-09-12T22:00:00Z",
- "end": "2025-09-13T22:00:00Z"
}, - "timeSeries": [
- {
- "tsId": 1,
- "businessType": "MCSR",
- "direction": "GENERATION",
- "measurementUnit": "MAW",
- "resourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "curveType": "A01",
- "seriesPeriods": [
- {
- "timeInterval": {
- "start": "2025-09-12T22:00:00Z",
- "end": "2025-09-13T22:00:00Z"
}, - "resolution": "PT15M",
- "continuousSeriesPoints": [
- 1.234,
- 1.234,
- 1.234
]
}
]
}, - {
- "tsId": 2,
- "businessType": "MCKN",
- "direction": "GENERATION",
- "measurementUnit": "MAW",
- "resourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "curveType": "A01",
- "seriesPeriods": [
- {
- "timeInterval": {
- "start": "2025-09-12T22:00:00Z",
- "end": "2025-09-13T22:00:00Z"
}, - "resolution": "PT15M",
- "continuousSeriesPoints": [
- 1.234,
- 1.234,
- 1.234
]
}
]
}
]
}| mainResourceMrid required | string <= 60 characters Example: _d8736017-d25d-4952-a3cf-0fa83560e16f mRID identifier of the resource |
| start required | string <date-time> Example: start=2024-03-12T02:00:00Z Start date and time of the range in UTC |
| end required | string <date-time> Example: end=2024-03-13T02:00:00Z End date and time of the range in UTC |
{- "mainResourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "dataPeriod": {
- "start": "2025-09-12T22:00:00Z",
- "end": "2026-09-12T22:00:00Z"
}, - "timeSeries": [
- {
- "tsId": 1,
- "businessType": "MINE",
- "direction": "GENERATION",
- "measurementUnit": "MAW",
- "resourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "curveType": "A03",
- "seriesPeriods": [
- {
- "timeInterval": {
- "start": "2025-09-12T22:00:00Z",
- "end": "2026-09-12T22:00:00Z"
}, - "resolution": "PT1H",
- "seriesPoints": [
- {
- "position": 1,
- "quantity": 5.123
}, - {
- "position": 25,
- "quantity": 0
}, - {
- "position": 49,
- "quantity": 5.123
}
]
}
]
}, - {
- "tsId": 2,
- "businessType": "MAXE",
- "direction": "GENERATION",
- "measurementUnit": "MAW",
- "resourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "curveType": "A03",
- "seriesPeriods": [
- {
- "timeInterval": {
- "start": "2025-09-12T22:00:00Z",
- "end": "2026-09-12T22:00:00Z"
}, - "resolution": "PT15M",
- "seriesPoints": [
- {
- "position": 1,
- "quantity": 16.789
}, - {
- "position": 97,
- "quantity": 0
}, - {
- "position": 183,
- "quantity": 16.789
}
]
}
]
}
]
}| mainResourceMrid required | string <= 60 characters Example: _d8736017-d25d-4952-a3cf-0fa83560e16f mRID identifier of the resource |
| start required | string <date-time> Example: start=2024-03-12T02:00:00Z Start date and time of the range in UTC |
| end required | string <date-time> Example: end=2024-03-13T02:00:00Z End date and time of the range in UTC |
[- {
- "unavailabilityMrid": "12346017-d25d-4952-a3cf-0fa83560e16f",
- "unavailabilityPeriod": {
- "start": "2025-03-12T23:00:00Z",
- "startOccurred": false,
- "end": "2025-03-13T23:00:00Z",
- "endOccurred": false
}, - "mainResourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "orderNo": 1,
- "businessType": "POS",
- "direction": "GENERATION",
- "recoverable": false,
- "reasonDescription": {
- "reasonCode": "WE",
- "categoryCode": "D001",
- "description": "Dodatkowy opis przyczyny niedostępności"
}, - "state": "ACTIVE"
}, - {
- "unavailabilityMrid": "43216017-d25d-4952-a3cf-0fa83560e160",
- "unavailabilityPeriod": {
- "start": "2025-02-10T23:00:00Z",
- "startOccurred": true,
- "end": "2025-02-13T23:00:00Z",
- "endOccurred": true
}, - "mainResourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "orderNo": 1,
- "businessType": "POS",
- "direction": "GENERATION",
- "recoverable": false,
- "reasonDescription": {
- "reasonCode": "WE",
- "categoryCode": "D001",
- "description": "Dodatkowy opis przyczyny niedostępności"
}, - "state": "WITHDRAWN"
}
]| mainResourceMrid required | string <= 60 characters Example: _d8736017-d25d-4952-a3cf-0fa83560e16f mRID identifier of the resource |
| unavailabilityMrid required | string <uuid> Example: 12346017-d25d-4952-a3cf-0fa83560e16f Unavailability identifier |
{- "unavailabilityMrid": "12346017-d25d-4952-a3cf-0fa83560e16f",
- "unavailabilityPeriod": {
- "start": "2025-03-12T23:00:00Z",
- "startOccurred": false,
- "end": "2025-03-13T23:00:00Z",
- "endOccurred": false
}, - "mainResourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "orderNo": 1,
- "businessType": "POS",
- "direction": "GENERATION",
- "recoverable": false,
- "reasonDescription": {
- "reasonCode": "WE",
- "categoryCode": "D001",
- "description": "Dodatkowy opis przyczyny niedostępności"
}, - "state": "ACTIVE"
}| mainResourceMrid required | string <= 60 characters Example: _d8736017-d25d-4952-a3cf-0fa83560e16f mRID identifier of the resource |
| start required | string <date-time> Example: start=2024-03-12T02:00:00Z Start date and time of the range in UTC |
| end required | string <date-time> Example: end=2024-03-13T02:00:00Z End date and time of the range in UTC |
[- {
- "unavailabilityMrid": "12346017-d25d-4952-a3cf-0fa83560e16f",
- "unavailabilityPeriod": {
- "start": "2025-03-13T23:00:00Z",
- "startOccurred": false,
- "end": "2025-03-14T23:00:00Z",
- "endOccurred": false
}, - "mainResourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "orderNo": 2,
- "businessType": "UBTD",
- "direction": "GENERATION",
- "recoverable": false,
- "reasonDescription": {
- "reasonCode": "WE",
- "categoryCode": "D001",
- "description": "Dodatkowy opis przyczyny niedostępności"
}, - "timeSeries": [
- {
- "tsId": 1,
- "recoverableFlag": "UOBW",
- "measurementUnit": "MAW",
- "curveType": "A03",
- "seriesPeriods": [
- {
- "timeInterval": {
- "start": "2025-03-13T23:00:00Z",
- "end": "2025-03-14T23:00:00Z"
}, - "resolution": "PT1H",
- "seriesPoints": [
- {
- "position": 1,
- "quantity": 5.234
}, - {
- "position": 3,
- "quantity": 2.567
}
]
}
]
}
], - "state": "ACTIVE"
}, - {
- "unavailabilityMrid": "00006017-d25d-4952-a3cf-0fa83560ae21",
- "unavailabilityPeriod": {
- "start": "2025-03-14T23:00:00Z",
- "startOccurred": false,
- "end": "2025-03-15T23:00:00Z",
- "endOccurred": false
}, - "mainResourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "orderNo": 1,
- "businessType": "UBTD",
- "direction": "GENERATION",
- "recoverable": false,
- "reasonDescription": {
- "reasonCode": "WE",
- "categoryCode": "D001",
- "description": "Dodatkowy opis przyczyny niedostępności"
}, - "timeSeries": [
- {
- "tsId": 1,
- "recoverableFlag": "UOBW",
- "measurementUnit": "MAW",
- "curveType": "A03",
- "seriesPeriods": [
- {
- "timeInterval": {
- "start": "2025-03-14T23:00:00Z",
- "end": "2025-03-15T23:00:00Z"
}, - "resolution": "PT1H",
- "seriesPoints": [
- {
- "position": 1,
- "quantity": 2.234
}, - {
- "position": 3,
- "quantity": 0.567
}
]
}
]
}
], - "state": "WITHDRAWN"
}
]| mainResourceMrid required | string <= 60 characters Example: _d8736017-d25d-4952-a3cf-0fa83560e16f mRID identifier of the resource |
| unavailabilityMrid required | string <uuid> Example: 12346017-d25d-4952-a3cf-0fa83560e16f Unavailability identifier |
{- "unavailabilityMrid": "12346017-d25d-4952-a3cf-0fa83560e16f",
- "unavailabilityPeriod": {
- "start": "2025-03-13T23:00:00Z",
- "startOccurred": false,
- "end": "2025-03-14T23:00:00Z",
- "endOccurred": false
}, - "mainResourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "orderNo": 2,
- "businessType": "UBTD",
- "direction": "GENERATION",
- "recoverable": false,
- "reasonDescription": {
- "reasonCode": "WE",
- "categoryCode": "D001",
- "description": "Dodatkowy opis przyczyny niedostępności"
}, - "timeSeries": [
- {
- "tsId": 1,
- "recoverableFlag": "UOBW",
- "measurementUnit": "MAW",
- "curveType": "A03",
- "seriesPeriods": [
- {
- "timeInterval": {
- "start": "2025-03-13T23:00:00Z",
- "end": "2025-03-14T23:00:00Z"
}, - "resolution": "PT1H",
- "seriesPoints": [
- {
- "position": 1,
- "quantity": 5.234
}, - {
- "position": 3,
- "quantity": 2.567
}
]
}
]
}
], - "state": "ACTIVE"
}| mainResourceMrid required | string <= 60 characters Example: _d8736017-d25d-4952-a3cf-0fa83560e16f mRID identifier of the resource |
| start required | string <date-time> Example: start=2024-03-12T02:00:00Z Start date and time of the range in UTC |
| end required | string <date-time> Example: end=2024-03-13T02:00:00Z End date and time of the range in UTC |
[- {
- "unavailabilityMrid": "12346017-d25d-4952-a3cf-0fa83560e16f",
- "unavailabilityPeriod": {
- "start": "2025-04-12T23:00:00Z",
- "startOccurred": false,
- "end": "2025-04-13T23:00:00Z",
- "endOccurred": false
}, - "mainResourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "orderNo": 2,
- "businessType": "FCRG",
- "direction": "GENERATION",
- "reasonDescription": "Dodatkowy opis przyczyny niedostępności",
- "state": "ACTIVE"
}
]| mainResourceMrid required | string <= 60 characters Example: _d8736017-d25d-4952-a3cf-0fa83560e16f mRID identifier of the resource |
| unavailabilityMrid required | string <uuid> Example: 12346017-d25d-4952-a3cf-0fa83560e16f Unavailability identifier |
{- "unavailabilityMrid": "12346017-d25d-4952-a3cf-0fa83560e16f",
- "unavailabilityPeriod": {
- "start": "2025-04-12T23:00:00Z",
- "startOccurred": false,
- "end": "2025-04-13T23:00:00Z",
- "endOccurred": false
}, - "mainResourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "orderNo": 2,
- "businessType": "FCRG",
- "direction": "GENERATION",
- "reasonDescription": "Dodatkowy opis przyczyny niedostępności",
- "state": "ACTIVE"
}| mainResourceMrid required | string <= 60 characters Example: _d8736017-d25d-4952-a3cf-0fa83560e16f mRID identifier of the resource |
| start required | string <date-time> Example: start=2024-03-12T02:00:00Z Start date and time of the range in UTC |
| end required | string <date-time> Example: end=2024-03-13T02:00:00Z End date and time of the range in UTC |
{- "mainResourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "dataPeriod": {
- "start": "2025-09-12T22:00:00Z",
- "end": "2025-09-13T00:00:00Z"
}, - "timeSeries": [
- {
- "tsId": 1,
- "businessType": "OMAX",
- "direction": "GENERATION",
- "measurementUnit": "MAW",
- "resourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "curveType": "A01",
- "seriesPeriods": [
- {
- "timeInterval": {
- "start": "2025-09-12T22:00:00Z",
- "end": "2025-09-13T00:00:00Z"
}, - "resolution": "PT15M",
- "continuousSeriesPoints": [
- 2.345,
- 2.345,
- 2.345
]
}
]
}, - {
- "tsId": 2,
- "businessType": "OMIN",
- "direction": "GENERATION",
- "measurementUnit": "MAW",
- "resourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "curveType": "A01",
- "seriesPeriods": [
- {
- "timeInterval": {
- "start": "2025-09-12T22:00:00Z",
- "end": "2025-09-13T00:00:00Z"
}, - "resolution": "PT15M",
- "continuousSeriesPoints": [
- 0.123,
- 0.123,
- 0.123
]
}
]
}
]
}| mainResourceMrid required | string <= 60 characters Example: _d8736017-d25d-4952-a3cf-0fa83560e16f mRID identifier of the resource |
| start required | string <date-time> Example: start=2024-03-12T02:00:00Z Start date and time of the range in UTC |
| end required | string <date-time> Example: end=2024-03-13T02:00:00Z End date and time of the range in UTC |
{- "mainResourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "dataPeriod": {
- "start": "2025-12-31T23:00:00Z",
- "end": "2026-01-01T23:00:00Z"
}, - "timeSeries": [
- {
- "tsId": 1,
- "businessType": "WYM",
- "measurementUnit": "MAW",
- "resourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "curveType": "A01",
- "seriesPeriods": [
- {
- "timeInterval": {
- "start": "2025-12-31T23:00:00Z",
- "end": "2026-01-01T23:00:00Z"
}, - "resolution": "PT1H",
- "continuousSeriesPoints": [
- 2.345,
- 2.345,
- 2.345
]
}
]
}
]
}| mainResourceMrid required | string <= 60 characters Example: _d8736017-d25d-4952-a3cf-0fa83560e16f mRID identifier of the resource |
| start required | string <date-time> Example: start=2024-03-12T02:00:00Z Start date and time of the range in UTC |
| end required | string <date-time> Example: end=2024-03-13T02:00:00Z End date and time of the range in UTC |
{- "mainResourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "dataPeriod": {
- "start": "2025-09-12T22:00:00Z",
- "end": "2026-09-12T22:00:00Z"
}, - "timeSeries": [
- {
- "tsId": 1,
- "businessType": "PUZ",
- "measurementUnit": "MWH",
- "resourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "curveType": "A03",
- "seriesPeriods": [
- {
- "timeInterval": {
- "start": "2025-09-12T22:00:00Z",
- "end": "2026-09-12T22:00:00Z"
}, - "resolution": "PT1H",
- "seriesPoints": [
- {
- "position": 1,
- "quantity": 10.5
}, - {
- "position": 241,
- "quantity": 10.1
}, - {
- "position": 481,
- "quantity": 9.8
}
]
}
]
}
]
}| mainResourceMrid required | string <= 60 characters Example: _d8736017-d25d-4952-a3cf-0fa83560e16f mRID identifier of the resource |
| start required | string <date-time> Example: start=2024-03-12T02:00:00Z Start date and time of the range in UTC |
| end required | string <date-time> Example: end=2024-03-13T02:00:00Z End date and time of the range in UTC |
{- "mainResourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "dataPeriod": {
- "start": "2025-05-12T22:00:00Z",
- "end": "2025-05-13T22:00:00Z"
}, - "timeSeries": [
- {
- "tsId": 1,
- "businessType": "PINMX",
- "direction": "GENERATION",
- "measurementUnit": "MAR",
- "resourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "curveType": "A03",
- "seriesPeriods": [
- {
- "timeInterval": {
- "start": "2025-05-12T22:00:00Z",
- "end": "2025-05-13T22:00:00Z"
}, - "resolution": "PT1H",
- "seriesPoints": [
- {
- "position": 1,
- "quantity": 12.5
}, - {
- "position": 13,
- "quantity": 10
}, - {
- "position": 19,
- "quantity": 12.5
}
]
}
]
}, - {
- "tsId": 2,
- "businessType": "KINMX",
- "direction": "TOTAL",
- "measurementUnit": "MAR",
- "resourceMrid": "_d8736017-d25d-4952-a3cf-0fa83560e16f",
- "curveType": "A03",
- "seriesPeriods": [
- {
- "timeInterval": {
- "start": "2026-05-12T22:00:00Z",
- "end": "2026-05-13T22:00:00Z"
}, - "resolution": "PT15M",
- "seriesPoints": [
- {
- "position": 1,
- "quantity": 5
}, - {
- "position": 49,
- "quantity": 4
}, - {
- "position": 73,
- "quantity": 5
}
]
}
]
}
]
}Opens an SSE stream for the specified entity.
Resuming the connection requires providing the Last-Event-ID header.
| entityId required | integer Identyfikator podmiotu odbierającego powiadomienia o zdarzeniach |
| Last-Event-ID | string Identyfikator ostatniego otrzymanego zdarzenia. Po podaniu tego parametru przekazywane są informacje o zdarzeniach, które wystąpiły po zdarzeniu o zadanym identyfikatorze. |