Can I retrieve custom object's data without filters form the API?

Anonymous
Not applicable

Can I retrieve custom object's data without filters form the API?

Hi, I'm trying to retrieve data of custom objects from the API but I'd like to do que query without filters, to retrieve all the rows of a custom object.

Can I do that?

I'm doing a request like this:

https://805-dil-627.mktorest.com/rest/v1/customobjects/{coname}.json?access_token=xxxxxxxxxxxxxxxxxxxxxxx

Regards,

Guillermo

Tags (2)
3 REPLIES 3
SanfordWhiteman
Level 10 - Community Moderator

Re: Can I retrieve custom object's data without filters form the API?

I don't think this is possible, Nicolas. I've never needed to do it but it doesn't seem like a wildcard/unfiltered call is possible.

(I suppose one justification is that COs are always generated and modified from somewhere else, i.e. CSV, CRM sync, or API, rather than arising spontaneously within Marketo. Hence you should be able to reproduce the bulk data from that other place, if that's what you need. Of course that may not model the real world of how data is archived!)

Anonymous
Not applicable

Re: Can I retrieve custom object's data without filters form the API?

Thanks for your answer.

I'm trying to extract all the data of each CO

SanfordWhiteman
Level 10 - Community Moderator

Re: Can I retrieve custom object's data without filters form the API?

You'll have to loop through by link fields. Sorry!