Notification Type Vote Up
{
"is_new": "boolean",
"sid": "string",
"type": "string",
"active_at": "string",
"user/discussion/post/comment/status": {}
}
Example preview:
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
is_new | boolean | true | read-only | Notification not yet read |
sid | string | true | read-only | Serialization id of the notification |
type | string | true | read-only | Type "vote_up" |
active_at | string(date-time) | true | read-only | Time when the notification was generated |
user | User | true | read-only | The user who voted up |
discussion | Discussion | false | read-only | If a discussion is voted up |
post | Post | false | read-only | If a post is voted up |
comment | Comment | false | read-only | If a comment is voted up |
status | Status | false | read-only | If a status is voted up |