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
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 |