Notification Type Follow
{
"is_new": "boolean",
"sid": "string",
"type": "string",
"active_at": "string",
"discussion/post/status/user": {}
}
Example preview:

Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| is_new | boolean | false | read-only | If true, the notification has been read |
| sid | string | false | read-only | Serialization id of the notification |
| type | string | false | read-only | Type "follow" |
| active_at | string(date-time) | false | read-only | Time when the notification was generated |
| discussion | Discussion | false | read-only | If a discussion is followed |
| post | Post | false | read-only | If a post is followed |
| status | Status | false | read-only | If a status is followed |
| user | User | true | read-only | Follower user |