CRMActivities
Returns multiple crm activity 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 CRMActivity. |
| CreatedAt | Datetime | The CreatedAt of the CRMActivity. |
| UpdatedAt | Datetime | The UpdatedAt of the CRMActivity. |
| Subject | String | The Subject of the CRMActivity. |
| Description | String | The Description of the CRMActivity. |
| CrmId | String | The CrmId of the CRMActivity. |
| ActivityType | String | The ActivityType of the CRMActivity. |
| CustomCrmFieldsAggr | String | The CustomCrmFieldsAggr of the CRMActivity. |
| PersonId | Integer | The PersonId of the CRMActivity. |
| UserId | Integer | The UserId of the CRMActivity. |