Notifications
GET https://isot.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 |
:skip |
Integer number Number of notifications to skip when paging |
:take |
Integer number Number of notifications to return when paging |
Example
GET https://isot.okte.sk/api/v1/notifications?datefrom=2020-01-01&dateto=2020-01-10{
"totalCount": 22,
"data": [
{
"title": "Matching results on the day-ahead market published",
"content": "The results of matching on the day-ahead market for the next business day were published.",
"date": "2020-01-11",
"system": "ISOT",
"category": null,
"attachments": []
},
{
"title": "Deadline for orders to the Short Term Market",
"content": "Was performed Deadline for orders for next business day.",
"date": "2020-01-11",
"system": "ISOT",
"category": null,
"attachments": []
},
{
"title": "Matching results on the day-ahead market published",
"content": "The results of matching on the day-ahead market for the next business day were published.",
"date": "2020-01-10",
"system": "ISOT",
"category": null,
"attachments": []
},
{
"title": "Deadline for orders to the Short Term Market",
"content": "Was performed Deadline for orders for next business day.",
"date": "2020-01-10",
"system": "ISOT",
"category": null,
"attachments": []
},
{
"title": "Matching results on the day-ahead market published",
"content": "The results of matching on the day-ahead market for the next business day were published.",
"date": "2020-01-09",
"system": "ISOT",
"category": null,
"attachments": []
},
{
"title": "Deadline for orders to the Short Term Market",
"content": "Was performed Deadline for orders for next business day.",
"date": "2020-01-09",
"system": "ISOT",
"category": null,
"attachments": []
},
{
"title": "Matching results on the day-ahead market published",
"content": "The results of matching on the day-ahead market for the next business day were published.",
"date": "2020-01-08",
"system": "ISOT",
"category": null,
"attachments": []
},
{
"title": "Deadline for orders to the Short Term Market",
"content": "Was performed Deadline for orders for next business day.",
"date": "2020-01-08",
"system": "ISOT",
"category": null,
"attachments": []
},
{
"title": "Matching results on the day-ahead market published",
"content": "The results of matching on the day-ahead market for the next business day were published.",
"date": "2020-01-07",
"system": "ISOT",
"category": null,
"attachments": []
},
{
"title": "Deadline for orders to the Short Term Market",
"content": "Was performed Deadline for orders for next business day.",
"date": "2020-01-07",
"system": "ISOT",
"category": null,
"attachments": []
}
]
}
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 |