Community
Discussions
Ideas
Community Blogs
Marketo User Groups (MUGs)
Support
Case Management
Knowledgebase
Product Documentation
Developer Portal
Training
Sign In
SOLVED
How does ParamsGetMObjects.IncludeDetails work?
Go to solution
Topic Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Printer Friendly Page
Anonymous
Not applicable
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
10-23-2013
01:09 AM
10-23-2013
01:09 AM
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
Solved!
Go to Solution.
Tags
(1)
Tags:
apis
All forum topics
Previous Topic
Next Topic
1 ACCEPTED SOLUTION
Accepted Solutions
Anonymous
Not applicable
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
10-23-2013
09:29 AM
10-23-2013
09:29 AM
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
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
10-23-2013
09:29 AM
10-23-2013
09:29 AM
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
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
10-23-2013
07:20 PM
10-23-2013
07:20 PM
Re: How does ParamsGetMObjects.IncludeDetails work?
Thank you, Raj.