CadenceMemberships
Returns multiple cadence membership records. The records can be filtered, paged, and sorted according to the respective parameters. A cadence membership is the association between a person and their current and historical time on a cadence. Cadence membership records are mutable and change over time. If a person is added to a cadence and re-added to the same cadence in the future, there is a single membership record.
Columns
Name | Type | ReadOnly | Description |
Id [KEY] | Integer | False |
The Id of the CadenceMembership. |
AddedAt | Datetime | False |
The AddedAt property of the CadenceMembership table. |
CadenceId | Integer | False |
The CadenceId property of the CadenceMembership table. |
CountsBounces | Integer | False |
The CountsBounces property of the CadenceMembership table. |
CountsCalls | Integer | False |
The CountsCalls property of the CadenceMembership table. |
CountsClicks | Integer | False |
The CountsClicks property of the CadenceMembership table. |
CountsReplies | Integer | False |
The CountsReplies property of the CadenceMembership table. |
CountsSentEmails | Integer | False |
The CountsSentEmails property of the CadenceMembership table. |
CountsViews | Integer | False |
The CountsViews property of the CadenceMembership table. |
CreatedAt | Datetime | False |
The CreatedAt property of the CadenceMembership table. |
CurrentState | String | False |
The CurrentState property of the CadenceMembership table. |
CurrentlyOnCadence | Boolean | False |
The CurrentlyOnCadence property of the CadenceMembership table. |
LatestActionId | Integer | False |
The LatestActionId property of the CadenceMembership table. |
PersonId | Integer | False |
The PersonId property of the CadenceMembership table. |
PersonDeleted | Boolean | False |
The PersonDeleted property of the CadenceMembership table. |
UpdatedAt | Datetime | False |
The UpdatedAt property of the CadenceMembership table. |
UserId | Integer | False |
The UserId property of the CadenceMembership table. |
StepId | Integer | False |
ID of the step on which the person should start the cadence. Start on first step is the default behavior without this parameter. |