Calls
Returns multiple call records. The records can be filtered, paged, and sorted according to the respective parameters.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Integer | False |
The Id of the Call. |
| ActionId | Integer | False |
The ActionId of the Call. |
| CadenceId | Integer | False |
The CadenceId of the Call. |
| CalledPersonId | Integer | False |
The CalledPersonId of the Call. |
| CreatedAt | Datetime | False |
The CreatedAt of the Call. |
| CrmActivityId | Integer | False |
The CrmActivityId of the Call. |
| Disposition | String | False |
The Disposition of the Call. |
| Duration | Integer | False |
The Duration of the Call. |
| NoteId | Integer | False |
The NoteId of the Call. |
| Recordings | String | False |
The Recordings of the Call. |
| Sentiment | String | False |
The Sentiment of the Call. |
| StepId | Integer | False |
The StepId of the Call. |
| To | String | False |
The To of the Call. |
| UpdatedAt | Datetime | False |
The UpdatedAt of the Call. |
| UserId | Integer | False |
The UserId of the Call. |
| Positive | Boolean | False |
Indicates if the call is positive (according to current Positive Calls metric configuration). |
| Connected | Boolean | False |
Indicates if the call is connected (according to current Connected Calls metric configuration). |
| CallDataRecordIds | String | False |
IDs of associated CallDataRecords. |
| Direction | String | False |
Direction of the call. Can be one of: inbound, outbound. |
| LogSource | String | False |
Source of the call log. |
| TaskId | Integer | False |
The TaskId of the Call. |
| Notes | String | False |
Notes to log for the call. Ensures notes get synced to the user''s CRM. |
| CrmParams | String | False |
CRM specific parameters. Consume the CrmActivityFields endpoint to receive a list of valid parameters. |
| CrmActivityMetadata | String | False |
Sets the CRM activity metadata on the call log. |
| PersonId | Integer | False |
The PersonId property of the Calls table. |
| LinkedCallDataRecordIds | String | False |
CallDataRecord associations that will become linked to the created call. It is possible to pass multiple CallDataRecord ids in this field; this can be used to represent multiple phone calls that made up a single call.Any call data record that is used must not already be linked to a call. It is not possible to link a call data record to multiple calls, and it is not possible to re-assign a call data record to a different call.* Only single values are supported with our |
| UserGuid | String | False |
The UserGuid property of the Calls table. |