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 | Description |
Id [KEY] | Integer | The Id of the CadenceMembership. |
AddedAt | Datetime | The AddedAt property of the CadenceMembership table. |
CadenceId | Integer | The CadenceId property of the CadenceMembership table. |
CountsBounces | Integer | The CountsBounces property of the CadenceMembership table. |
CountsCalls | Integer | The CountsCalls property of the CadenceMembership table. |
CountsClicks | Integer | The CountsClicks property of the CadenceMembership table. |
CountsReplies | Integer | The CountsReplies property of the CadenceMembership table. |
CountsSentEmails | Integer | The CountsSentEmails property of the CadenceMembership table. |
CountsViews | Integer | The CountsViews property of the CadenceMembership table. |
CreatedAt | Datetime | The CreatedAt property of the CadenceMembership table. |
CurrentState | String | The CurrentState property of the CadenceMembership table. |
CurrentlyOnCadence | Boolean | The CurrentlyOnCadence property of the CadenceMembership table. |
LatestActionId | Integer | The LatestActionId property of the CadenceMembership table. |
PersonId | Integer | The PersonId property of the CadenceMembership table. |
PersonDeleted | Boolean | The PersonDeleted property of the CadenceMembership table. |
UpdatedAt | Datetime | The UpdatedAt property of the CadenceMembership table. |
UserId | Integer | The UserId property of the CadenceMembership table. |