v51

latestOpenAPI 3.0.1Apache License Version 2.0raw.githubusercontent.com2026-08-01304136381.9 KB
curation

Return all active notifications

get/curation/notifications

Response

default response

dbCreateDateinteger

Timestamp at which the notification was created

dbUpdateDateinteger

Timestamp at which the notification was last updated

expirationinteger
idinteger

ID for the notification

messagestring
priority'LOW' | 'MEDIUM' | 'CRITICAL'
type'SITEWIDE' | 'NEWSBODY'

Type of notification

Example response

[
  {
    "type": "SITEWIDE"
  }
]