StageHistories
Provides a history of stage transitions for each deal, including timestamps and the user who made the change.
Columns
| Name | Type | Description |
| Id [KEY] | String | Unique identifier for the stage history entry. |
| DealId | String | Unique identifier for the deal associated with this stage. |
| Stage | String | Name of the stage within the deal pipeline. |
| Amount | Decimal | Monetary amount associated with the stage. |
| DurationDays | Integer | Number of days the deal remained in this stage. |
| ExpectedRevenue | Decimal | Estimated revenue expected from this stage. |
| Probability | Decimal | Probability percentage assigned to the deal at this stage. |
| CloseDate | Date | Expected closing date for the deal at this stage. |
| LastModifiedTime | Datetime | Date and time when this stage history entry was last updated. |
| ModifiedById | String | Identifier of the user who last modified this stage entry. |
| ModifiedByName | String | Name of the user who last modified this stage entry. |