Can I retrieve custom object's data without filters form the API? | Community
Skip to main content
December 11, 2017
Question

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

  • December 11, 2017
  • 1 reply
  • 2416 views

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:

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

Regards,

Guillermo

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
December 12, 2017

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!)

December 12, 2017

Thanks for your answer.

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

SanfordWhiteman
Level 10
December 12, 2017

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