export Program names with all the assets(email names, landing page names, static list names) through API | Community
Skip to main content
New Participant
August 24, 2021
Solved

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

  • August 24, 2021
  • 1 reply
  • 3224 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by 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.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
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.

New Participant
August 24, 2021

Thanks Sanford.