Tasks

The task object contains information such as their taskContent, taskSubject, etc.

{
  id: "00000000-0000-0000-0000-000000000000",
  remoteId: "0000000000000000000",
  taskContent: null,
  taskSubject: "Test",
  taskStatus: "Not Started",
  taskOwner: "0000000000000000000",
  remoteCreatedAt: "2023-11-19T17:00:17.000Z",
  remoteUpdatedAt: "2023-11-19T17:00:17.000Z",
  remoteDeleted: false,
  createdAt: "2024-02-22T11:17:53.264Z",
  updatedAt: "2024-02-22T13:54:03.445Z"
}

Properties


idString

A string representing the unique identifier of the task item.


remoteIdString

The ID of the object in the third-party application.


taskSubjectString

The title or subject of the task, providing a quick overview.


taskContentString

The detailed description or content of the task.


taskOwnerString

The name or identifier of the individual or team responsible for completing the task.


taskOpportunityString

The name or identifier of the sales opportunity associated with the task.


completedDateString

The date on which the task was completed.


dueDateString

The date by which the task is expected to be completed.


taskStatusString

The current status of the task, such as 'Pending', 'In Progress', or 'Completed'.


remoteCreatedAtDateTime

The exact date and time when the record was first added or created in the third-party application.


remoteUpdatedAtDateTime

The latest date and time when any modifications or updates were made to the record's details in the third-party application.


remoteDeletedBoolean

Flag to indicate that the record has been deleted in the third-party application.


createdAtDateTime

Date and time the record has been synced into the data cache.


updatedAtDateTime

Date and time the record has been updated in the data cache.