{
  "rootfi_id": 157,
  "rootfi_deleted_at": null,
  "rootfi_created_at": "2024-01-22T05:07:31.465Z",
  "rootfi_updated_at": "2024-01-22T05:07:31.000Z",
  "rootfi_company_id": 1089,
  "platform_id": "123456",
  "name": "Task 1",
  "status": "open",
  "due_date": "2024-01-22T05:07:31.000Z",
  "parent_task_id": "123456",
  "created_at": "2024-01-22T05:07:31
  "updated_at": "2024-01-22T05:07:31",
  "completed_at": "2024-01-22T05:07:31",
  "company_id": "123456",
  "deal_id": "123456",
  "user_id": "123456"
}

The Tasks Data Model simplifies the handling and retrieval of tasks-related information across various ecommerce platforms.

  • Unified Tasks properties: The model provides a unified representation of tasks properties across different platforms, enabling you to easily access and manage tasks data from different platforms.
  • Comprehensive tasks information: The model provides a comprehensive representation of tasks data, including all the properties and relationships that you can retrieve for an contact.

Attributes

Properties Supported

PropertyTypeDescription
platform_idstringThe Platform’s ID for the task
namestringThe name of the task
statusstringThe status of the task
due_datedateThe due date of the task
parent_task_idstringThe parent task ID
created_atdateThe date and time the task was created
updated_atdateThe date and time the task was last updated
completed_atdateThe date and time the task was completed
company_idstringThe company ID associated with the task
deal_idstringThe deal ID associated with the task
user_idstringThe user ID associated with the task
{
  "rootfi_id": 157,
  "rootfi_deleted_at": null,
  "rootfi_created_at": "2024-01-22T05:07:31.465Z",
  "rootfi_updated_at": "2024-01-22T05:07:31.000Z",
  "rootfi_company_id": 1089,
  "platform_id": "123456",
  "name": "Task 1",
  "status": "open",
  "due_date": "2024-01-22T05:07:31.000Z",
  "parent_task_id": "123456",
  "created_at": "2024-01-22T05:07:31
  "updated_at": "2024-01-22T05:07:31",
  "completed_at": "2024-01-22T05:07:31",
  "company_id": "123456",
  "deal_id": "123456",
  "user_id": "123456"
}