Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.32 KB

TaskResponseObject.md

File metadata and controls

20 lines (16 loc) · 1.32 KB

Pipedrive.TaskResponseObject

Properties

Name Type Description Notes
id Number The ID of the task, generated when the task was created [optional]
title String The title of the task [optional]
project_id Number The ID of the project this task is associated with [optional]
description String The description of the task [optional]
parent_task_id Number The ID of a parent task. Can not be ID of a task which is already a subtask. [optional]
assignee_id Number The ID of the user who will be the assignee of the task [optional]
done NumberBoolean Whether the task is done or not. 0 = Not done, 1 = Done. [optional]
due_date Date The due date of the task. Format: YYYY-MM-DD. [optional]
creator_id Number The creator of a task [optional]
add_time String The creation date and time of the task in UTC. Format: YYYY-MM-DD HH:MM:SS. [optional]
update_time String The update date and time of the task in UTC. Format: YYYY-MM-DD HH:MM:SS. [optional]
marked_as_done_time String The marked as done date and time of the task in UTC. Format: YYYY-MM-DD HH:MM:SS. [optional]