Hi there,
I have set a custom field (Single Option Field) to filter my Leads. It’s a “Yes” / “No” filter.
I’m trying to retreive the value of this custom field for every leads (= not deals) in my pipedrive.
I’ve read the doc and tried using the API but can’t get the value of the field.
What I’ve tried :
- /dealFields/{id}/?api_token=myToken => Only gives me the keys (and Ids) of custom fields
- /leads/{leadId}. => Doesn’t give the custom fields
- /leads/{leadId}?fields=custom_fields(key,custom_field_key) => Doesn’t give the custom fields
Do you know how I can achieve this ?