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
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!)
Thanks for your answer.
I'm trying to extract all the data of each CO
You'll have to loop through by link fields. Sorry!