Calls
Returns multiple call 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 Call. |
| ActionId | Integer | The ActionId of the Call. |
| CadenceId | Integer | The CadenceId of the Call. |
| CalledPersonId | Integer | The CalledPersonId of the Call. |
| CreatedAt | Datetime | The CreatedAt of the Call. |
| CrmActivityId | Integer | The CrmActivityId of the Call. |
| Disposition | String | The Disposition of the Call. |
| Duration | Integer | The Duration of the Call. |
| NoteId | Integer | The NoteId of the Call. |
| Recordings | String | The Recordings of the Call. |
| Sentiment | String | The Sentiment of the Call. |
| StepId | Integer | The StepId of the Call. |
| To | String | The To of the Call. |
| UpdatedAt | Datetime | The UpdatedAt of the Call. |
| UserId | Integer | The UserId of the Call. |
| PersonId | String | The PersonId property of the Calls table. |