-
Notifications
You must be signed in to change notification settings - Fork 4
Community Activity Events
Basavaraj K N edited this page Jul 18, 2017
·
3 revisions
Community publishes these activities for each corresponding activity in the tools integrated with the Community
These activity events follow W3C Activity Streams standard Please refer below links for standards
- https://www.w3.org/TR/activitystreams-core/#introduction
- https://www.w3.org/TR/activitystreams-vocabulary/#introduction
Sample Message
{
"domain": "domain name of the community",
"toolid": "tool in which the activity was executed",
"activitytype": "type of the activity, specifies what exactly was the activity about",
"actortype": "type of actor, specifies who exactly executed this activity",
"objecttype": "type of object, specifies the subject of the activity or is the real entity of the activity",
"ts": "when was this activity happened",
"payload": {
"will contain payload of the event information in w3c standard activity stream message format or similar to"
}
"refid": "Reference for community to know about the event it published, used for internal purpose"
}
Payload of Messages published are in accordance to w3c standard activity stream message specification
- Application
- Group
- Organization
- Person
- Service
- Article
- Audio
- Document
- Event
- Image
- Note
- Page
- Place
- Profile
- Relationship
- Tombstone
- Video
- Accept
- Add
- Announce
- Arrive
- Block
- Create
- Delete
- Dislike
- Flag
- Follow
- Ignore
- Invite
- Join
- Leave
- Like
- Listen
- Move
- Offer
- Question
- Reject
- Read
- Remove
- TentativeReject
- TentativeAccept
- Travel
- Undo
- Update
- View