Skip to content

Latest commit

 

History

History
44 lines (41 loc) · 4.44 KB

ActivityCollectionResponseObject.md

File metadata and controls

44 lines (41 loc) · 4.44 KB

# ActivityCollectionResponseObject

Properties

Name Type Description Notes
due_date \DateTime The due date of the activity. Format: YYYY-MM-DD [optional]
due_time string The due time of the activity in UTC. Format: HH:MM [optional]
duration string The duration of the activity. Format: HH:MM [optional]
deal_id int The ID of the deal this activity is associated with [optional]
lead_id string The ID of the lead in the UUID format this activity is associated with [optional]
person_id int The ID of the person this activity is associated with [optional]
project_id int The ID of the project this activity is associated with [optional]
org_id int The ID of the organization this activity is associated with [optional]
location string The address of the activity. [optional]
public_description string Additional details about the activity that is synced to your external calendar. Unlike the note added to the activity, the description is publicly visible to any guests added to the activity. [optional]
id int The ID of the activity, generated when the activity was created [optional]
done bool Whether the activity is done or not [optional]
subject string The subject of the activity [optional]
type string The type of the activity. This is in correlation with the `key_string` parameter of ActivityTypes. [optional]
user_id int The ID of the user whom the activity is assigned to [optional]
busy_flag bool Marks if the activity is set as 'Busy' or 'Free'. If the flag is set to `true`, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset. When the value of the flag is unset (`null`), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time. [optional]
company_id int The user's company ID [optional]
conference_meeting_client string The ID of the Marketplace app, which is connected to this activity [optional]
conference_meeting_url string The link to join the meeting which is associated with this activity [optional]
conference_meeting_id string The meeting ID of the meeting provider (Zoom, MS Teams etc.) that is associated with this activity [optional]
add_time string The creation date and time of the activity in UTC. Format: YYYY-MM-DD HH:MM:SS. [optional]
marked_as_done_time string The date and time this activity was marked as done. Format: YYYY-MM-DD HH:MM:SS. [optional]
active_flag bool Whether the activity is active or not [optional]
update_time string The last update date and time of the activity. Format: YYYY-MM-DD HH:MM:SS. [optional]
update_user_id int The ID of the user who was the last to update this activity [optional]
source_timezone string The timezone the activity was created in an external calendar [optional]
location_subpremise string A subfield of the location field. Indicates apartment/suite number. [optional]
location_street_number string A subfield of the location field. Indicates house number. [optional]
location_route string A subfield of the location field. Indicates street name. [optional]
location_sublocality string A subfield of the location field. Indicates district/sublocality. [optional]
location_locality string A subfield of the location field. Indicates city/town/village/locality. [optional]
location_admin_area_level_1 string A subfield of the location field. Indicates state/county. [optional]
location_admin_area_level_2 string A subfield of the location field. Indicates region. [optional]
location_country string A subfield of the location field. Indicates country. [optional]
location_postal_code string A subfield of the location field. Indicates ZIP/postal code. [optional]
location_formatted_address string A subfield of the location field. Indicates full/combined address. [optional]

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