Steps
Returns multiple step 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 Stage. |
| CadenceId | Integer | The CadenceId of the Stage. |
| CreatedAt | Datetime | The CreatedAt date of the Stage. |
| Day | Integer | The Day of the Stage. |
| DetailsId | Integer | The DetailsId of the Stage. |
| Disabled | Boolean | The Disabled of the Stage. |
| DisplayName | String | The DisplayName of the Stage. |
| StepNumber | Integer | The StepNumber of the Stage. |
| Type | String | The Type of the Stage. |
| UpdatedAt | Datetime | The UpdatedAt date of the Stage. |
| HasDueActions | Boolean | The HasDueActions property of the Steps table. |
| MultitouchEnabled | Boolean | Whether this step is a multitouch cadence step. |
| Name | String | Name of the step. |