Calls
Returns all calls available to the user, according to the parameters provided. Calls are always sorted by made_at in descending order.
Columns
| Name | Type | References | |
| Id [KEY] | Integer | ||
| UserId | Integer | ||
| ExternalId | String | ||
| ResourceId | Integer | ||
| ResourceType | String |
The allowed values are lead, contact. | |
| Summary | String | ||
| AssociatedDealIds | String | ||
| Duration | Integer | ||
| Incoming | Boolean | ||
| Missed | Boolean | ||
| OutcomeId | Integer | ||
| PhoneNumber | String | ||
| RecordingUrl | String | ||
| MadeAt | Datetime | ||
| UpdatedAt | Datetime |