NotificationWaitingArea

Name: Notification Waiting Area

Type: Application

Modules: Notifications

Description: Used to store information about all notifications waiting to be sent out and if sent, their latest status.

Field Documentation
NotificationId System generated unique identifier of the alert.
RecipientId Identifier of the notification recipient. For example, ClientId of PASS clients.
DestinationAddr Destination address for notification. For example, phone number or email address.
DeliveryMethod Method of delivering the notification: Voice, Email or SMS.
DeliveryDate Scheduled notification date.
DeliveryTime Scheduled notification time. Value is in seconds from midnight.
ExpiryDate Notification expiry date. No notification is sent after the expiry date and time.
ExpiryTime Notification expire time. No notification is sent after the expiry date and time. Value is in seconds from midnight.
MessageBody Content of the notification.
Attachments Attachment on the notification.
AdditionalContent Additional Content of the notification.
MaxAttempts Maximum number of times that a notification can be resent.
FailedAttempts Number of failed attempts.
Status Status of the notification. For example: Sent, Pending.
LatestResponseFromServer Response from the device as a result of sending the notification.
Requester Source of the notification generation.
Priority Notification priority number. Valid values: 1-99.
DeliveryDestination Delivery method and address of the delivery destination. Addresses may be physical or email addresses. Valid delivery methods are: Print, To, Cc, Bcc. Note: Multiple destinations are separated by semicolon (;) For example, Print:5800 Explorer Dr;To:abc@company.com;Cc:def@company.com;Bcc:ghi@Company.com.
LastUpdateTime Time of the last update from delivery device. Value is in seconds from midnight.
LastUpdateDate Date of the last update from delivery device. Value is in seconds from midnight.
AltDestinationAddr Alternative destination address.
FailoverResponseFromServer Internal Use only.
FailoverTime Internal Use only.
FailoverDate Internal Use only.
Category Product name, e.g., TransitNow.
Subcategory Type of alert. Same as NotificationSubCategoryTextEx.Subcategory, e.g., StopBasedAlerts.
NotificationGroupId Identifier from TransitNowActivityLog.ActivityId for sending alerts. Note: '0' for other types of alerts such as stopBasedAlerts.
AlertId ID of the alert sent.
SubscriptionId Subscription ID for which a notification was created. Corresponds with values from TransitNowSchedSubscriptions, or '0' if it is not applicable.