Get Lead Activities API
I'm utilizing the Get Lead Activies access point and am receiving variations of the data versus the Marketo UI views. Below is some of my code - I am incrementing by 15 days at a time in case the data size is an issue.
act = mc.execute(method='get_lead_activities',
activityTypeIds=['3', '6', '7', '8', '9', '10', '11', '27'],
sinceDatetime='2022-12-01',
untilDatetime='2022-12-15')
It had been working just fine until my organization wanted me to backdate more data with more columns. Backdating it has caused these issues to come up.