SnippetContent
Query the content of the specific snippet for a Marketo Organization
Table Specific Information
Select
Note: All filterable columns must be specified using the '=' operator.
Retrieve a list of snippetcontent for a given snippetId.
SELECT * FROM SnippetContent WHERE SnippetId = 3
Columns
Name | Type | Filterable | Description |
Type | String | Type of the content | |
Content | String | The content of the snippet |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name | Type | Description |
SnippetId | Integer | The Id of the Snippet |