Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi,Is there a quick and easy way of getting the total numbers of email sent, delivered, open, click etc data ?I have the email ids as well as their program and folder id that I wanna pull the data for but I cannot find any endpoint where I can pull the analytics data by the email id. This is how I a...
So I was able to get the folder ids by calling the `/asset/v1/folder/{ProgramrId}/content.json?type=Program` I just had to pass the type as `program`. I was calling the program-related endpoints and it was not returning the sub-folders.All good now. Thanks for the help.
yes, that's what I thought but the id of the folder inside of a program is nowhere to be found. Even on the Marketo platform, that folder is not clickable.
Hi, I have the following folder structure.|- Folder (id: 1123) |- Program (id: 3705) |-Folder (id: unknown) |- Email When I call the endpoint: `https://{{munchkin}}.mktorest.com/rest/asset/v1/emails.json?maxReturn=60&folder={"id":3705,"type":"program"}` I get the following response...