> ## 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 Projects Data Model is designed to simplify the management and retrieval of projects information across various accounting platforms.

The Projects Data Model represents projects used to track and organize financial transactions across various accounting platforms. This unified model simplifies the management and retrieval of project information.

* **Unified project properties**: Essential project details, such as name, description, and status, are standardized across different accounting platforms
* **Project tracking**: Projects enable businesses to track financial transactions and expenses separately, providing better visibility into project-specific financial performance

## Attributes

### Projects Attributes

| Property                  | Type    | Description                                                                 |
| ------------------------- | ------- | --------------------------------------------------------------------------- |
| `rootfi_id`               | integer | Unique identifier assigned by Commenda for this project                     |
| `rootfi_created_at`       | string  | Timestamp when this record was created in Commenda's system (ISO 8601)      |
| `rootfi_updated_at`       | string  | Timestamp when this record was last updated in Commenda's system (ISO 8601) |
| `rootfi_integration_type` | enum    |                                                                             |
| `platform_id`             | string  | Unique identifier for this project in the source accounting platform        |
| `name`                    | string  | The name of the project                                                     |
| `description`             | string  | The description of the project                                              |
| `status`                  | string  | The status of the project                                                   |
| `updated_at`              | string  | The date and time the project was last updated                              |

## Properties Supported

Fields accepted when creating or updating a record:

| Property      | Type   | Description                                                          |
| ------------- | ------ | -------------------------------------------------------------------- |
| `platform_id` | string | Unique identifier for this project in the source accounting platform |
| `name`        | string | The name of the project                                              |
| `description` | string | The description of the project                                       |
| `status`      | string | The status of the project                                            |
| `updated_at`  | string | The date and time the project was last updated                       |
