SOLVED

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

Go to solution
Anonymous
Not applicable

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

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
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

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

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.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

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

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.
Anonymous
Not applicable

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

Thank you very much, bgomes.