Model that describes a project task.
| Name | Type | Description |
|---|---|---|
| attachment_file_ids | Array of Int64 | Attachment file IDs. |
| chat_id | String | Task chat UUID for discussion and system events. |
| client | Client | Nested CRM client model. |
| closed_date | Int64 | Close date as Unix time in seconds. |
| closed_user_id | Int64 | ID of the user who closed the task. |
| created_date | Int64 | Task creation date as Unix time in seconds. |
| created_user_id | Int64 | ID of the user who created the task. |
| deal_id | Int64 | Linked CRM deal identifier. |
| deleted | Boolean | Deletion flag. |
| description | String | Task description. |
| description_mentions | Array of CommonMention | User mentions in description. Returned when include_mentions is true. |
| due_date | Int64 | Due date as Unix time in seconds. |
| fields | Array of FieldValue | Additional fields. |
| id | Int64 | Task ID. |
| inline_file_ids | Array of Int64 | Inline file IDs. |
| last_update | Int64 | Last update date as Unix time in seconds. |
| name | String | Task name. |
| observer_user_ids | Array of Int64 | Task observer IDs. |
| parent_task_id | Int64 | Parent task ID. null for a top-level task. |
| project_id | Int64 | Project ID. |
| responsible_user_id | Int64 | Responsible user ID. |
| status | String | Task status: New, InProgress, Done, Canceled. Allowed values: Default, New, InProgress, Done, Canceled. |