Channels
Query Channels for a Marketo organization.
Table Specific Information
Select
Note: All filterable columns must be specified using the '=' operator.
Retrieve a list of emails from the target instance, filterable by name.
SELECT * FROM Channels SELECT * FROM Channels WHERE Name in ('Test1', 'Test2')
Columns
Name | Type | Filterable | Description |
Id [KEY] | Integer | The unique, Marketo-assigned identifier of the channel. | |
Name | String | True | The name of the channel. |
Description | String | The description of the channel. | |
ApplicableProgramType | String | The type of program that the channel is used for. | |
CreatedAt | Datetime | The date and time the channel was created. | |
UpdatedAt | Datetime | The date and time the channel was last updated. |