Activity

We track various actions when a user interacts with a model, and these are called activities.


Activity fields

Field Type Fillable Reference
account_id   Reference Account
actionable_model_name   String
contact_id   Reference Contact
created_at   Timestamp
The date the activity was created.
deleted_at   Timestamp
The date the activity was deleted.
id   Integer
The unique ID to identify the activity
message   String Yes
The description of the action
occurrences   Integer
type   String Yes
The type of action performed: view, create, update, delete, hobsons, salesforce
updated_at   Timestamp
The date the activity was last updated.
user_id   Reference User

Activity relations

user, actionable,

Activity endpoints

There are no endpoints for this model