Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Latest commit

 

History

History
62 lines (57 loc) · 4.79 KB

File metadata and controls

62 lines (57 loc) · 4.79 KB

Activity

Properties

Name Type Description Notes
type str, none_type The type of the activity
id str The unique identifier of the activity [optional] [readonly]
downstream_id str, none_type The third-party API ID of original entity [optional] [readonly]
activity_datetime str, none_type The date and time of the activity [optional]
duration_seconds int, none_type The duration of the activity in seconds [optional]
user_id str, none_type The user related to the activity [optional]
account_id str, none_type The account related to the activity [optional]
contact_id str, none_type The contact related to the activity [optional]
company_id str, none_type The company related to the activity [optional]
opportunity_id str, none_type The opportunity related to the activity [optional]
lead_id str, none_type The lead related to the activity [optional]
owner_id str, none_type The owner of the activity [optional]
campaign_id str, none_type The campaign related to the activity [optional]
case_id str, none_type The case related to the activity [optional]
asset_id str, none_type The asset related to the activity [optional]
contract_id str, none_type The contract related to the activity [optional]
product_id str, none_type The product related to the activity [optional]
solution_id str, none_type The solution related to the activity [optional]
custom_object_id str, none_type The custom object related to the activity [optional]
title str, none_type The title of the activity [optional]
description str, none_type A description of the activity [optional]
note str, none_type An internal note about the activity [optional]
location str, none_type The location of the activity [optional]
location_address Address [optional]
all_day_event bool, none_type Whether the Activity is an all day event or not [optional]
private bool, none_type Whether the Activity is private or not [optional]
group_event bool, none_type Whether the Activity is a group event or not [optional]
event_sub_type str, none_type The sub type of the group event [optional]
group_event_type str, none_type The type of the group event [optional]
child bool, none_type Whether the activity is a child of another activity or not [optional]
archived bool, none_type Whether the activity is archived or not [optional]
deleted bool, none_type Whether the activity is deleted or not [optional]
show_as str, none_type [optional]
done bool, none_type Whether the Activity is done or not [optional]
start_datetime str, none_type The start date and time of the activity [optional]
end_datetime str, none_type The end date and time of the activity [optional]
duration_minutes int, none_type The duration of the activity in minutes [optional] [readonly]
activity_date str, none_type The date of the activity [optional]
end_date str, none_type The end date of the activity [optional]
recurrent bool Whether the activity is recurrent or not [optional]
reminder_datetime str, none_type The date and time of the reminder [optional]
reminder_set bool, none_type Whether the reminder is set or not [optional]
video_conference_url str, none_type The URL of the video conference [optional]
video_conference_id str, none_type The ID of the video conference [optional]
custom_fields [CustomField] Custom fields of the activity [optional]
attendees [ActivityAttendee] [optional]
custom_mappings CustomMappings [optional]
updated_by str, none_type The user who last updated the activity [optional] [readonly]
created_by str, none_type The user who created the activity [optional] [readonly]
updated_at str, none_type The date and time when the activity was last updated [optional] [readonly]
created_at str, none_type The date and time when the activity was created [optional] [readonly]
pass_through PassThroughBody [optional]

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