I am using python and the API as described https://docs.espocrm.com/development/api-client-python/ I can upload records which can contain up to 2 email addresses and up to 5 phone numbers. When I read the record back using data = client.request('GET', 'Lead',params) I only get the primary email address and phone number. How can I get all email addresses and phone numbers?
Getting all email and phomne numbers via API
Collapse
X
Comment