AccountStages
Returns multiple account stage records. The records can be filtered, paged, and sorted according to the respective parameters.
Columns
| Name | Type | Description |
| Id [KEY] | Integer | The Id of the AccountStage. |
| CreatedAt | Datetime | The CreatedAt date of the AccountStage. |
| Name | String | The Name of the AccountStage. |
| Order | Integer | The Order of the AccountStage. |
| UpdatedAt | Datetime | The UpdatedAt property of the AccountStage table. |
| Active | Boolean | Flag signalizing whether the Account Stage is active. |