v1

latestSwagger 2.02026-07-179553242.0 KB
GlobalNotification

Get your current GlobalNotifications.

This is an upcoming feature and currently does not return data.

get/globalNotification

Response

Request was successful

idinteger
datestring date-time required
titlestring required
bodystring required
ttlinteger required
type'success' | 'error' | 'info'
closableboolean
persistboolean
waitForVisibilityboolean
soundstring

Example response

[
  {
    "date": "2000-01-23T04:56:07.000+00:00",
    "waitForVisibility": true,
    "closable": true,
    "sound": "sound",
    "id": 0,
    "persist": true,
    "title": "title",
    "body": "body",
    "type": "success",
    "ttl": 6
  }
]