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?
Solved! Go to Solution.
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/
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/
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.