Notification Type Contribution
{
"is_new": "boolean",
"sid": "string",
"type": "string",
"active_at": "string",
"discussion/post/status": {}
}
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 | Type "contribution" |
active_at | string(date-time) | true | read-only | Time when the notification was generated |
discussion | Discussion | false | read-only | If the contribution type is discussion |
post | Post | false | read-only | If the contribution type is post |
status | Status | false | read-only | If the contribution type is status |