In getMObjects » Marketo Developers you list a number of attribute names I can use to specify criteria for pulling MObjects (Opportunities, specifically), like "Created At" or "Updated At". But what are the actual names I should use when I build the SOAP request? If I use, verbatim, "Created At" (or any other creative variations on that name that I can think of), I get back an error: "attribute map field with key Created At not found".
Thanks!
Solved! Go to Solution.
Yep, I figured that out eventually; I guess I was reading documentation a bit too literally.
Hi Carlo,
You'll want to use the describeMObject call to get the list of accessible fields: describeMObject » Marketo Developers