> ## 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

> Pipelines Data Model simplifies the handling and retrieval of pipelines-related information across various crm platforms.

**The Pipelines Data Model** simplifies the handling and retrieval of pipelines-related information across various ecommerce platforms.

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

## Attributes

## Properties Supported

| Property          | Type   | Description                                 |
| ----------------- | ------ | ------------------------------------------- |
| platform\_id      | string | The Platform's ID for the pipelines         |
| name              | string | The name of the pipelines                   |
| status            | string | The status of the pipelines                 |
| deal\_probability | float  | The deal probability of the pipelines       |
| created\_at       | date   | The date and time the pipelines was created |
| updated\_at       | date   | The date and time the pipelines was updated |
| currency          | string | The currency of the pipelines               |

<ResponseExample name="The Pipelines Object">
  ```json The Pipelines Response Object theme={null}
  {
    "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": "Pipeline 1",
    "status": "Open",
    "deal_probability": "50",
    "created_at": "2024-01-22T05:07:31
    "updated_at": "2024-01-22T05:07:31",
    "currency": "USD"
  }
  ```
</ResponseExample>
