Get folders + assets (programs, lists, emamils, forms, etc.) via API to export | Community
Skip to main content
RaulEr
New Participant
November 1, 2023
Solved

Get folders + assets (programs, lists, emamils, forms, etc.) via API to export

  • November 1, 2023
  • 1 reply
  • 1806 views

Hi,

 

I found this beautiful guide to use API calls using Postman and was wondering if there was a way to export the whole structure of my Marketo instance so I could do an Audit document. The idea is to have all our programs and assets documented and see what is active and what should go to the archive folders.

 

I found the Folders Endpoint Reference article, but I need to bring all the items inside of each folder. Is there a way to accomplish this?

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 Darshil_Shah1

You can always use the respective assets' query API endpoint to query the respective assets instead of having to move them to the folder and then use the query folder API endpoint. See the Marketo Assets endpoint here: https://developers.marketo.com/rest-api/endpoint-reference/asset-endpoint-reference/

1 reply

Darshil_Shah1
Darshil_Shah1Accepted solution
Community Manager
November 2, 2023

You can always use the respective assets' query API endpoint to query the respective assets instead of having to move them to the folder and then use the query folder API endpoint. See the Marketo Assets endpoint here: https://developers.marketo.com/rest-api/endpoint-reference/asset-endpoint-reference/

RaulEr
RaulErAuthor
New Participant
November 2, 2023

Thanks @darshil_shah1, yeah I was looking for a way to export the whole structure. Like a Windows folder structure but yeah, it seems like there is no other way to get it.