Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.07 KB

File metadata and controls

20 lines (16 loc) · 1.07 KB

Body6

Properties

Name Type Description Notes
name str Name of task
duration int Duration of task in milliseconds [1 minute = 60000 ms] [optional]
task_type_id str Id for type of task e.g Call / Email / Meeting etc.
_date datetime Task due date and time
notes str Notes added to a task [optional]
done bool Task marked as done [optional]
assign_to_id str User id to whom task is assigned [optional]
contacts_ids list[int] Contact ids for contacts linked to this task [optional]
deals_ids list[str] Deal ids for deals a task is linked to [optional]
companies_ids list[str] Companies ids for companies a task is linked to [optional]
reminder TaskReminder [optional]

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