NotificationRequest
Represents a group of filtered notifications from a specific user.
Attributes
id
Description: The id of the notification request in the database.
Type: String (cast from an integer, but not guaranteed to be a number)
Version history:
4.3.0 - added
created_at
Description: The timestamp of the notification request, i.e. when the first filtered notification from that user was created.
Type: String (Datetime)
Version history:
4.3.0 - added
updated_at
Description: The timestamp of when the notification request was last updated.
Type: String (Datetime)
Version history:
4.3.0 - added
account
Description: The account that performed the action that generated the filtered notifications.
Type: Account
Version history:
4.3.0 - added
notifications_count
Description: How many of this account’s notifications were filtered.
Type: String
Version history:
4.3.0 - added
last_status optional
Description: Most recent status associated with a filtered notification from that account.
Type: Status
Version history:
4.3.0 - added