ActivityStreamItemModel
Represents an item belonging to the activity stream.
Methods
The following API methods use this data model.
Required Fields
objectKey
The object key of the activity stream item.
created
The date on which this activity stream item was created.
createdUserId
The ID of the user who created this activity.
groupKey
The GroupKey uniquely identifies a single Lockstep Platform account. All records for this
account will share the same GroupKey value. GroupKey values cannot be changed once created.
For more information, see Accounts and GroupKeys.
Optional Fields
activityStreamType
string, nullable
The type code of the activity stream item.
textValue
string, nullable
The text body description for this Activity Stream Item.
fromEmailAddress
string, nullable
The sender's email address if activity stream item is an Email.
toEmailAddress
string, nullable
The recipient's email address if activity stream item is an Email.
fromContactName
string, nullable
The name of the contact sending the activity otherwise null.
toContactName
string, nullable
The name of the contact sending the activity otherwise null.
Updated 8 days ago