The Activity Object ### Description The Activity object is used to represent an activity performed by a user. ### Usage Example Fetch from the LIST Activities endpoint and filter by ID to show all activities.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | [optional] [readonly] | |
| remote_id | str, none_type | The third-party API ID of the matching object. | [optional] |
| user | str, none_type | [optional] | |
| remote_created_at | datetime, none_type | When the third party's activity was created. | [optional] |
| activity_type | object, none_type | The activity's type. | [optional] |
| subject | str, none_type | The activity's subject. | [optional] |
| body | str, none_type | The activity's body. | [optional] |
| visibility | object, none_type | The activity's visibility. | [optional] |
| remote_data | [RemoteData], none_type | [optional] [readonly] | |
| remote_was_deleted | bool | Indicates whether or not this object has been deleted by third party webhooks. | [optional] [readonly] |