SOLVED

How does ParamsGetMObjects.IncludeDetails work?

Go to solution
Anonymous
Not applicable

How does ParamsGetMObjects.IncludeDetails work?

Hi all,

In SOAP APIs 2.1, I find a new parameter property ParamsGetMObjects.IncludeDetails.
When setting it true or false (with the 'includeDetailsSpecified' as true), I get results with no difference.
What does it exactly work for?

Best Regards,
Biao
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: How does ParamsGetMObjects.IncludeDetails work?

Biao
Details are at http://developers.marketo.com/documentation/soap/getmobjects/

W
hen include Details is set to true, the API will return all attributes for a given MObject.

Please also note that the latest version of the API is 2.2

Raj

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Re: How does ParamsGetMObjects.IncludeDetails work?

Biao
Details are at http://developers.marketo.com/documentation/soap/getmobjects/

W
hen include Details is set to true, the API will return all attributes for a given MObject.

Please also note that the latest version of the API is 2.2

Raj
Anonymous
Not applicable

Re: How does ParamsGetMObjects.IncludeDetails work?

Thank you, Raj.