Channels
Marketo の組織のチャネルをクエリします。
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 | Marketo が割り当てた、チャネルの一意の識別子。 | |
Name | String | True | チャネルの名前。 |
Description | String | チャネルの説明。 | |
ApplicableProgramType | String | チャネルが使用されるプログラムのタイプ。 | |
CreatedAt | Datetime | チャネルが作成された日時。 | |
UpdatedAt | Datetime | チャネルの最終更新時刻。 |