SOLVED

Re: Retrieving all email IDs from a specific workspace

Go to solution
nnasrallah
Level 2

I'd like to use the Marketo API to retrieve all Email asset IDs from one specific partition only (not the entire instance). I have experience using the API, but I cannot find the documentation that would specify how to do this. Anyone?

1 ACCEPTED SOLUTION
SanfordWhiteman
Level 10 - Community Moderator

Not if you apply a folder filter.

View solution in original post

4 REPLIES 4
SanfordWhiteman
Level 10 - Community Moderator

You likely mean workspace, not partition.

 

The parent folders you use to traverse the Marketing Activities tree are already scoped to workspaces! So, by definition, you’re already retrieving within a given workspace.

 

nnasrallah
Level 2

Yes, I did actually mean workspace and not partition 🙂

However, I am looking to retrieve all email asset IDs based on any that are in 'Approved' status. Will that not also retrieve all from every workspace?


SanfordWhiteman
Level 10 - Community Moderator

Not if you apply a folder filter.

nnasrallah
Level 2

Thank you!