Re: How to check whether custom field exists?

Anonymous
Not applicable
Hello,
i need to check whether custom field is defined in the system.
I know if I fet lead by getLead, it returns only fields that are not null. Also at the check time I dont have specific email,
so I'm intersted in request that returns Lead metadata.

Thanks.
Tags (1)
3 REPLIES 3
Anonymous
Not applicable
got it,
Thank you!
Anonymous
Not applicable
Jim is correct if you want to get the list of fields via API.  You can also export the API accessible fields in Marketo->Admin->Field Management->Export Fields
Anonymous
Not applicable
Have you tried the describeMbject call on the lead record object?