Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.22 KB

File metadata and controls

19 lines (15 loc) · 1.22 KB

Activity

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.

Properties

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 The user the performed the action. [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]

[Back to Model list] [Back to API list] [Back to README]