Get a list of notifications
Get a list of available notifications.
GET /fyi/notifications
Request Object
Query Params
max: String.
Specify the maximum number of notifications to receive.
Can request a maximum of 10 notifications.
Python
Abap
Response Object
D: String.
Notification date
ID: String.
Unique way to reference the notification.
FC: String.
FYI code, we can use it to find whether the disclaimer is accepted or not in settings
MD: String.
Content of notification.
MS: String.
Title of notification.
R: string.
Return if the notification was read or not.
Value Format: 0: Disabled; 1: Enabled.

