tasks
Create Task
post/api/tasks
Request body
titlestring required
descriptionstring nullable
status'incomplete' | 'completed'
task_typestring required
assigned_to_user_idstring uuid nullable
requested_by_user_idstring uuid nullable
person_idstring uuid nullable
company_idstring uuid nullable
campaign_idstring uuid nullable
sourcestring
source_campaign_namestring nullable
source_external_idstring nullable
needs_reviewboolean
due_atstring date-time nullable
metadataobject nullable
Response
Successful Response
idstring uuid required
titlestring required
descriptionstring nullable required
statusstring required
task_typestring required
assigned_to_user_idstring uuid nullable required
assigned_to_emailstring nullable
requested_by_user_idstring uuid nullable required
person_idstring uuid nullable required
person_namestring nullable
person_linkedin_urlstring nullable
company_idstring uuid nullable required
company_namestring nullable
campaign_idstring uuid nullable required
sourcestring required
source_campaign_namestring nullable required
source_external_idstring nullable required
needs_reviewboolean required
due_atstring date-time nullable required
completed_atstring date-time nullable required
metadataobject nullable
created_atstring date-time required
updated_atstring date-time required
Changes
No recorded changes to this endpoint across all 1 revision of this API.