Notification Type Kindly Notice
{
"is_new": "boolean",
"sid": "string",
"type": "string",
"active_at": "string",
"discussion/post/status/comment": {}
}
Example preview:
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
is_new | boolean | true | read-only | If true, the notification has been read |
sid | string | true | read-only | Serialization id of the notification |
type | string | true | read-only | Types: "kindly_notice_advertising", "kindly_notice_aggressive", "kindly_notice_vulgar", "kindly_notice_poor", "kindly_notice_offtopic", "kindly_notice_flag" |
active_at | string(date-time) | true | read-only | Time when the notification was generated |
discussion | Discussion | false | read-only | If the contribute is a discussion |
post | Post | false | read-only | If the contribute is a post |
comment | Comment | false | read-only | If the contribute is a comment |
status | Status | false | read-only | If the contribute is a status |
Enumerated Values
Property | Value | Description |
---|---|---|
type | kindly_notice_advertising | Advertising content |
type | kindly_notice_aggressive | Aggressive content |
type | kindly_notice_vulgar | Vulgar content |
type | kindly_notice_poor | Poor content |
type | kindly_notice_offtopic | Offtopic content |
type | kindly_notice_flag | Notification for a bad flag |