The Newsfeed endpoint gives you historical data on a specific entity. Most edits on the entity and creation of child entities will generate newsfeed events. There are several constants that give you details on what changed, by whom and to what entity.
Property Name | Description |
---|---|
creatorKey | The user key of the user that created this newsfeed item |
timestamp | The datetime when this event occurred |
newsfeedEntryScope | What this event applies to - either a BOX or PIPELINE |
newsfeedEntryOperation | Whether this event refers to an CREATE , UPDATE , or DELETE |
newsfeedEntrySpecific | What specifically happened to cause this event |
specificVariables | Am object containing additional information regarding this specific event type |