SystemNotifications
Get one SystemNotification
Retrieve a single SystemNotification record by its Id.
GET
Get one SystemNotification
A SystemNotification represents a platform-level notification displayed to administrators, such as billing alerts, integration issues, or system announcements. Notifications have a severity level and message type.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the SystemNotification-Read role.Path Parameters
integer
required
The Id of the SystemNotification record to retrieve.
Code Examples
Response
200
string
The title value for this system notification.
integer
The severity value for this system notification. See
eSystemNotificationSeverity enum values: 1 = Low, 2 = Medium, 3 = High.string
Date/time value for start time.
string
Date/time value for publish on.
string
Date/time value for un publish on.
string
The short description value for this system notification.
string
Free-text description of this system notification.
string
The resolution description value for this system notification.
boolean
Whether resolved is enabled.
string
Date/time value for resolved on.
boolean
Whether display to admins is enabled.
string
The display to setting integrations value for this system notification.
string
The display to setting general value for this system notification.
string
The display to portal version value for this system notification.
string
The approved by value for this system notification.
string
Date/time value for approved on.
integer
The message type value for this system notification. See
eSystemNotificationMessageType enum values: 1 = Issue, 2 = Announcement.boolean
Whether has button is enabled.
string
The button label value for this system notification.
string
The button url value for this system notification.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response
Get one SystemNotification