Skip to content

Commit 3103ae7

Browse files
monikakusterivicac
authored andcommitted
2352 generated - docs
1 parent 820d021 commit 3103ae7

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/content/docs/reference/components/agile-crm_v1.mdx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,28 @@ Type: POLLING
451451
Type: OBJECT
452452

453453

454+
#### Properties
455+
456+
| Name | Type | Description |
457+
|:------------:|:------------:|:-------------------:|
458+
| id | NUMBER | The ID of the task. |
459+
| type | STRING | The type of the task. |
460+
| priority_type | STRING | The priority of the task. |
461+
| due | INTEGER | The due date of the task. |
462+
| task_completed_time | INTEGER | The time when task was completed. |
463+
| task_start_time | INTEGER | The time when task was started. |
464+
| created_time | INTEGER | The time when task was created. |
465+
| is_complete | BOOLEAN <details> <summary> Options </summary> <span>true</span>, <span>false</span> </details> | Whether the task is completed. |
466+
| contacts | ARRAY <details> <summary> Items </summary> [&#123;NUMBER\(id), STRING\(type), INTEGER\(created_time), INTEGER\(updated_time)&#125;] </details> | Contacts that are connected to the task. |
467+
| subject | STRING | The subject of the task. |
468+
| entity_type | STRING | The entity type. |
469+
| notes | ARRAY <details> <summary> Items </summary> [] </details> | Notes of the task. |
470+
| note_ids | ARRAY <details> <summary> Items </summary> [] </details> | Notes ID. |
471+
| progress | INTEGER | The progress of the task. |
472+
| status | STRING | The status of the task. |
473+
| deal_ids | ARRAY <details> <summary> Items </summary> [] </details> | IDs of the deals that are connected to the task. |
474+
| taskOwner | OBJECT <details> <summary> Properties </summary> &#123;NUMBER\(id), STRING\(domain), STRING\(email), STRING\(phone), STRING\(name), STRING\(pic), STRING\(schedule_id), STRING\(calendar_url), STRING\(calendarURL)&#125; </details> | Owner of the task. |
475+
454476

455477

456478

0 commit comments

Comments
 (0)