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

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

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

* Unified Stages properties: The model provides a unified representation of stages properties across different platforms, enabling you to easily access and manage stages data from different platforms.
* Comprehensive stages information: The model provides a comprehensive representation of stages 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 stage         |
| name              | string | The name of the stage                   |
| status            | string | The status of the stage                 |
| deal\_probability | float  | The deal probability of the stage       |
| pipeline\_id      | string | The pipeline ID of the stage            |
| created\_at       | date   | The date and time the stage was created |
| updated\_at       | date   | The date and time the stage was updated |

<ResponseExample name="The Stages Object">
  ```json The Stages 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": "Stage 1",
    "status": "active",
    "deal_probability": "0.1",
    "pipeline_id": "123456",
    "created_at": "2024-01-22T05:07:31
    "updated_at": "2024-01-22T05:07:31"
  }
  ```
</ResponseExample>
