How to Filter Marketo Assets by Workspace
I'm trying to retrieve Marketo assets (emails, forms, snippets, etc.) filtered by workspace. While the Folders API works for most assets using folder-based
filtering, I'm facing two issues:
1. Landing Page Templates: They don't appear in the folders API response and aren't folder-based. The /rest/asset/v1/landingPageTemplates.json?workSpace=<name>
parameter returns templates from all workspaces instead of filtering by the specified workspace.
2. New Editor Assets: Folders with folderType: "Email Acrite" (New Email Editor) return "Invalid folder type" error (code 711) when queried via /rest/asset/v1/emails.json?folder={...}, even though these folders appear in the Folders API response.
What's the correct approach to retrieve these assets filtered by workspace? Is there an alternative API endpoint or method I'm missing?
