> ## Documentation Index
> Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> The Tasks data model.

The Task data model.

## Attributes

### Tasks Attributes

| Property                  | Type    | Description |
| ------------------------- | ------- | ----------- |
| `rootfi_id`               | integer |             |
| `rootfi_created_at`       | string  |             |
| `rootfi_updated_at`       | string  |             |
| `rootfi_integration_type` | enum    |             |
| `platform_id`             | string  |             |
| `subject`                 | string  |             |
| `description`             | string  |             |
| `status`                  | enum    |             |
| `priority`                | string  |             |
| `due_date`                | string  |             |
| `completed_at`            | string  |             |
| `owner_id`                | string  |             |
| `account_id`              | string  |             |
| `contact_id`              | string  |             |
| `opportunity_id`          | string  |             |
| `lead_id`                 | string  |             |
| `created_at`              | string  |             |
| `updated_at`              | string  |             |
