Notifications
GET https://iszo.okte.sk/api/v1/notifications
Parameters
:dateFrom required |
Date ISO 8601 Start date of the selected range |
---|---|
:dateTo required |
Date ISO 8601 End date of the selected range |
:lang |
String, enum (sk, en) Language code for notifications language |
:title |
String Search query for the notification title |
:skip |
Integer number Number of notifications to skip when paging |
:take |
Integer number Number of notifications to return when paging |
Example
GET https://iszo.okte.sk/api/v1/notifications?datefrom=2020-01-01&dateto=2020-01-10{
"totalCount": 31,
"data": [
{
"id": 50536666,
"title": "Off-take and supply balance was published",
"content": "Off-take and supply balance for the trading day (11.01.2020 - 13.01.2020) was published on the ISZO portal.",
"date": "2020-01-10",
"system": "ISZO",
"category": "Others",
"attachments": [
{
"name": "Publikovanie_bilancie_dodavky_a_odberu_na_web_20200110_152732.xml",
"url": "http://iszo.okte.sk/api/v1/notifications/50536666/attachments/40390182",
"size": 32748
}
]
},
{
"id": 50536664,
"title": "Registration closure of daily diagrams",
"content": "Registration of daily diagrams for the trading day 11.01.2020 - 13.01.2020 was closed. ",
"date": "2020-01-10",
"system": "ISZO",
"category": "Daily diagram reception",
"attachments": []
},
{
"id": 50524372,
"title": "Evaluation of imbalance and RE was published",
"content": "Monthly evaluation of imbalance and RE for the time (01.12.2019 - 31.12.2019) was published on the ISZO portal.",
"date": "2020-01-10",
"system": "ISZO",
"category": "Supply/Demand balance",
"attachments": [
{
"name": "Publikovanie_mesacneho_prehladu_odchylok_na_web_20200110_103937.xml",
"url": "http://iszo.okte.sk/api/v1/notifications/50524372/attachments/40383417",
"size": 17443
}
]
},
{
"id": 50522672,
"title": "Evaluation of imbalance and RE was published",
"content": "Daily evaluation of imbalance and RE for the time (09.01.2020 - 09.01.2020) was published on the ISZO portal.",
"date": "2020-01-10",
"system": "ISZO",
"category": "Supply/Demand balance",
"attachments": [
{
"name": "Publikovanie_denneho_prehladu_odchylok_na_web_20200110_102252.xml",
"url": "http://iszo.okte.sk/api/v1/notifications/50522672/attachments/40383205",
"size": 16820
}
]
},
{
"id": 50513528,
"title": "Off-take and supply balance was published",
"content": "Off-take and supply balance for the trading day (10.01.2020 - 10.01.2020) was published on the ISZO portal.",
"date": "2020-01-09",
"system": "ISZO",
"category": "Others",
"attachments": [
{
"name": "Publikovanie_bilancie_dodavky_a_odberu_na_web_20200109_151930.xml",
"url": "http://iszo.okte.sk/api/v1/notifications/50513528/attachments/40376002",
"size": 33576
}
]
},
{
"id": 50513526,
"title": "Registration closure of daily diagrams",
"content": "Registration of daily diagrams for the trading day 10.01.2020 - 10.01.2020 was closed. ",
"date": "2020-01-09",
"system": "ISZO",
"category": "Daily diagram reception",
"attachments": []
},
{
"id": 50505538,
"title": "Evaluation of imbalance and RE was published",
"content": "Daily evaluation of imbalance and RE for the time (08.01.2020 - 08.01.2020) was published on the ISZO portal.",
"date": "2020-01-09",
"system": "ISZO",
"category": "Supply/Demand balance",
"attachments": [
{
"name": "Publikovanie_denneho_prehladu_odchylok_na_web_20200109_102253.xml",
"url": "http://iszo.okte.sk/api/v1/notifications/50505538/attachments/40370357",
"size": 16820
}
]
},
{
"id": 50498192,
"title": "Off-take and supply balance was published",
"content": "Off-take and supply balance for the trading day (09.01.2020 - 09.01.2020) was published on the ISZO portal.",
"date": "2020-01-08",
"system": "ISZO",
"category": "Others",
"attachments": [
{
"name": "Publikovanie_bilancie_dodavky_a_odberu_na_web_20200108_151631.xml",
"url": "http://iszo.okte.sk/api/v1/notifications/50498192/attachments/40362651",
"size": 32990
}
]
},
{
"id": 50498190,
"title": "Registration closure of daily diagrams",
"content": "Registration of daily diagrams for the trading day 09.01.2020 - 09.01.2020 was closed. ",
"date": "2020-01-08",
"system": "ISZO",
"category": "Daily diagram reception",
"attachments": []
},
{
"id": 50488860,
"title": "Evaluation of imbalance and RE was published",
"content": "Daily evaluation of imbalance and RE for the time (07.01.2020 - 07.01.2020) was published on the ISZO portal.",
"date": "2020-01-08",
"system": "ISZO",
"category": "Supply/Demand balance",
"attachments": [
{
"name": "Publikovanie_denneho_prehladu_odchylok_na_web_20200108_102251.xml",
"url": "http://iszo.okte.sk/api/v1/notifications/50488860/attachments/40357135",
"size": 16820
}
]
}
]
}
Response fields description
Field | Description | Format |
totalCount | Total count of notifications | Integer number |
data | List of the notifications data | List of Notifications |
Notification | ||
title | Notification title | String |
content | Notification content | String |
date | Notification publication date | Date ISO 8601 |
system | Notification source system name | String |
category | Notification category | String |
attachments | List of notification attachments | List of Attachments |
Attachment | ||
name | Attachment name | String |
url | Attachment absolute URL | String, URL |
size | Attachment file size in bytes | Integer number |