Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.58 KB

File metadata and controls

26 lines (23 loc) · 1.58 KB

# UpdateTaskResponse

Properties

Name Type Description Notes
id string Task ID [optional]
title string Task title [optional]
description string Task description. Legacy XML-RPC name for this field was `CreationNotes` [optional]
type string Task type [optional]
priority string Task priority [optional]
completed bool Whether task is completed [optional]
create_time string Creation timestamp (ISO-8601) [optional]
modification_time string Last modification timestamp (ISO-8601) [optional]
completion_time string Completion timestamp (ISO-8601) [optional]
due_time string Due date/time (ISO-8601) [optional]
remind_time_mins int Reminder minutes before due. [optional]
assigned_to_user_id string Assigned user ID [optional]
created_by_user_id string Creator user ID [optional]
last_updated_by_user_id string User who last updated the task. [optional]
contact_id string Associated contact ID [optional]
opportunity_id string Associated opportunity ID [optional]
accepted bool Whether the task has been accepted [optional]
custom_fields \Keap\Core\V2\Model\CustomFieldValueObject[] Custom field values for the task [optional]

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