Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.62 KB

PersonNameCountAndEmailInfoWithIds.md

File metadata and controls

23 lines (20 loc) · 1.62 KB

# PersonNameCountAndEmailInfoWithIds

Properties

Name Type Description Notes
owner_id int The ID of the owner related to the person [optional]
org_id int The ID of the organization related to the person [optional]
merge_what_id int The ID of the person with what the main person was merged [optional]
name string The name of the person [optional]
first_name string The first name of the person [optional]
last_name string The last name of the person [optional]
email_messages_count int The count of email messages related to the person [optional]
activities_count int The count of activities related to the person [optional]
done_activities_count int The count of done activities related to the person [optional]
undone_activities_count int The count of undone activities related to the person [optional]
files_count int The count of files related to the person [optional]
notes_count int The count of notes related to the person [optional]
followers_count int The count of followers related to the person [optional]
last_incoming_mail_time string The date and time of the last incoming email associated with the person [optional]
last_outgoing_mail_time string The date and time of the last outgoing email associated with the person [optional]

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