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
The Id of the SystemNotification record to retrieve.
Code Examples
Response
200
The title value for this system notification.
The severity value for this system notification. See
eSystemNotificationSeverity enum values: 1 = Low, 2 = Medium, 3 = High.Date/time value for start time.
Date/time value for publish on.
Date/time value for un publish on.
The short description value for this system notification.
Free-text description of this system notification.
The resolution description value for this system notification.
Whether resolved is enabled.
Date/time value for resolved on.
Whether display to admins is enabled.
The display to setting integrations value for this system notification.
The display to setting general value for this system notification.
The display to portal version value for this system notification.
The approved by value for this system notification.
Date/time value for approved on.
The message type value for this system notification. See
eSystemNotificationMessageType enum values: 1 = Issue, 2 = Announcement.Whether has button is enabled.
The button label value for this system notification.
The button url value for this system notification.
Unique record identifier.
UUID of the record.
Date and time the record was created (ISO 8601).
Date and time the record was last updated (ISO 8601).
Email of the user who last updated this record.
Whether the record was recently created.
External system identifier.
Example Response
Get one SystemNotification