SOLVED

Re: What is expected of the 'folder' parameter for the 'Get Emails' endpoint?

Go to solution
Stephen_Baker2
Level 2

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"}

1 ACCEPTED SOLUTION
SanfordWhiteman
Level 10 - Community Moderator

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

View solution in original post

4 REPLIES 4
SanfordWhiteman
Level 10 - Community Moderator

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

Stephen_Baker2
Level 2

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

SanfordWhiteman
Level 10 - Community Moderator

The example I gave is correct when there are matching results... can't really speak to what's in your instance.

Stephen_Baker2
Level 2

Hmm. I pulled them manually via pagination and sorted afterwards.

/shrug