jepcastelein/marketo-rest-python

Unable to fetch all fields for Leads from Marketo using Static list ID

Opened this issue · 0 comments

I trying to fetch all field for a lead using static list ID, but it retrieve corrupted JSON records. please find the below details:

lead = mc.execute(method='get_multiple_leads_by_list_id', listId=1956, fields=['annualRevenue', 'Area_of_Interest__c', 'city', 'company', 'country', 'Department__c', 'email'], batchSize=None)

Can you please provide solution for above issue.