Two related questions:
1) What is required for the ambiguous 'folder' parameter noted here: http://developers.marketo.com/rest-api/endpoint-reference/asset-endpoint-reference/#!/Emails/getEmai...
JSON formatted ID (from the UI) and folder ID (from the API using http://developers.marketo.com/rest-api/endpoint-reference/asset-endpoint-reference/#!/Folders/getFol...) are not working.
The request returns 711 and 720 errors (not found, invalid folder types) for programs, folders and parent folders that have approved emails in them using the IDs from getFolderByName.
2) What does Marketo want for application/x-www-url-formencoded when using JSON in the query e.g. below?
&folder={"id":1234,"type":"Folder"}
Solved! Go to Solution.
Emails are only directly in programs.
URL-encoded JSON is, well, URL-encoded JSON:
folder=%7B%22type%22%3A%22program%22%2C%22id%22%3A1234%7D
Programs returning nothing for the search criteria as well.
&status=approved&maxReturn=200&folder=%7B%22id%22%3A1236%2C%22type%22%3A%22Program%22%7D
The example I gave is correct when there are matching results... can't really speak to what's in your instance.
Hmm. I pulled them manually via pagination and sorted afterwards.
/shrug