Skip to content

Community Activity Events

Basavaraj K N edited this page Jul 18, 2017 · 3 revisions

Community Activity Events

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

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

Actor Types

  • Application
  • Group
  • Organization
  • Person
  • Service

Object Types

  • Article
  • Audio
  • Document
  • Event
  • Image
  • Note
  • Page
  • Place
  • Profile
  • Relationship
  • Tombstone
  • Video

Activity Types

  • 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

Clone this wiki locally