Get All Activities of particular lead through API | Community
Skip to main content
February 5, 2016
Solved

Get All Activities of particular lead through API

  • February 5, 2016
  • 2 replies
  • 2639 views

I want to export  All Activities of lead through API. I will pass the email address dynamically. Is it possible?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Kenny_Elkington

As of the release this evening, you will be able to pass a list of lead IDs to REST Get Lead Activities to return activities just for those leads.  If you're starting only with the email, you'll need to call Get Leads By Filter Type first, to get the ID.

2 replies

Kenny_Elkington
Kenny_ElkingtonAccepted solution
New Participant
February 5, 2016

As of the release this evening, you will be able to pass a list of lead IDs to REST Get Lead Activities to return activities just for those leads.  If you're starting only with the email, you'll need to call Get Leads By Filter Type first, to get the ID.

Grégoire_Miche2
New Participant
February 5, 2016

Hi Kenny,

Could you pass the message that the developpers.marketo.com page needs to be updated ?

-Greg

Kenny_Elkington
New Participant
February 5, 2016

I pushed the update about half an hour ago.

Grégoire_Miche2
New Participant
February 5, 2016

Hi Arunkumar,

Not directly, the Get Lead Activities » Marketo Developers  API requires a static list as input.

You will have to do the following sequence:

-Greg