Skip to main content
Level 2
August 24, 2021
Répondu

export Program names with all the assets(email names, landing page names, static list names) through API

Hi

Can we export program names with all the assets (email names, landing page names, static list names) through API in Marketo. I find few APIs under https://developers.marketo.com/ to export program names with folder name but I could not find any where how to export all the programs with assets through API.  Could you please help.

 

Thanks,

Naveen.

Ce sujet a été fermé aux réponses.
Meilleure réponse par SanfordWhiteman

There’s no single endpoint that downloads everything — that would be kind of strange!

 

You use the Programs Asset API to crawl and build the Program & Folder hierarchy.

 

Then you use the Landing Page Asset API, Email Asset API, etc. to get the assets as you traverse (browse) the hierarchy.

4 commentaires

SanfordWhiteman
Level 10
August 24, 2021

There’s no single endpoint that downloads everything — that would be kind of strange!

 

You use the Programs Asset API to crawl and build the Program & Folder hierarchy.

 

Then you use the Landing Page Asset API, Email Asset API, etc. to get the assets as you traverse (browse) the hierarchy.

Level 2
August 24, 2021

Thanks Sanford.