How to access Updated and Created fields of LeadRecord by SOAP APIs? | Community
Skip to main content
January 3, 2014
Solved

How to access Updated and Created fields of LeadRecord by SOAP APIs?

  • January 3, 2014
  • 2 replies
  • 953 views
Hi all,

I find fields Updated and Created for Lead in Admin -> Field Management of Marketo UI. But when using API 'describeMObject' and 'getMultipleLeads', I could not find them in the results.
I used 'Export Field Names' in the UI and saved an Excel file. In the file, I could not find Updated or Created, either.
How could I access them by SOAP APIs?
Should I change any settings or configs first?

Best Regards,
Biao
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by
SOAP API can only access the fields listed by Admin - Field Management - Export Field Names.

There is no need to change settings or configuration.
The fields are just unavailable for now.

I would suggest posting an "Idea" to expose those fields to the API.

2 replies

Accepted solution
January 3, 2014
SOAP API can only access the fields listed by Admin - Field Management - Export Field Names.

There is no need to change settings or configuration.
The fields are just unavailable for now.

I would suggest posting an "Idea" to expose those fields to the API.
January 7, 2014
Thank you very much, bgomes.