$ActivityStream¶
Allows pushing system-generated activities to the domain activity stream.
1 | |
Capabilities¶
Activity Operations¶
- ActivityStream.List: Lists all activity entries associated with a specific object.
- ActivityStream.Post: Posts a new activity entry for a specified object. The properties of the activity are defined in the ActivityEntry interface.
- ActivityStream.Remove: Removes an activity from the activity stream.