SOLVED

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

Go to solution
RaulEr
Level 4

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?

1 ACCEPTED SOLUTION
Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

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/

View solution in original post

2 REPLIES 2
Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

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
Level 4

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.