ActivityTypes
Get available activity types.
Select
Note: Filters provided with one of the supported operators listed in the "Operators" column are processed server-side, all the other filters are processed client-side.
SELECT * FROM ActivityTypes WHERE Id=123
Columns
| Name | Type | Operators | Description |
| Id [KEY] | Int | The unique, Marketo-assigned identifier of the Activity type. | |
| Name | String | The name of the Activity type. | |
| Description | String | The description of the Activity type. | |
| PrimaryAttributeName | String | The name of the primary attribute. | |
| PrimaryAttributeDatatype | String | The data type of the primary attribute. | |
| Attributes | String | The activity attributes JSON aggregate. |