SOLVED

List of actual attributes which can be specified

Go to solution
Anonymous
Not applicable

List of actual attributes which can be specified

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!

1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: List of actual attributes which can be specified

Yep, I figured that out eventually; I guess I was reading documentation a bit too literally.

View solution in original post

2 REPLIES 2
Kenny_Elkington
Marketo Employee

Re: List of actual attributes which can be specified

Hi Carlo,

You'll want to use the describeMObject call to get the list of accessible fields: describeMObject » Marketo Developers

Anonymous
Not applicable

Re: List of actual attributes which can be specified

Yep, I figured that out eventually; I guess I was reading documentation a bit too literally.