FolderContents
Query Folders contents for a Marketo organization.
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 FolderContents WHERE FolderId=12
SELECT * FROM FolderContents WHERE FolderId=12 AND FolderType='Folder'
Columns
Name | Type | Operators | Description |
Id [KEY] | Int | The marketo-assigned identifier of the folder content. | |
Type | String | The type of the folder content. | |
FolderId | Int | = | The unique, Marketo-assigned identifier of the folder. |
FolderType | String | = | The type of the folder. Folder or Program, defaults to Folder. |