SOLVED

Re: Get All Activities of particular lead through API

Go to solution
Anonymous
Not applicable

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

1 ACCEPTED SOLUTION
Kenny_Elkington
Marketo Employee

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.

View solution in original post

8 REPLIES 8
Kenny_Elkington
Marketo Employee

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
Level 10

Hi Kenny,

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

-Greg

Kenny_Elkington
Marketo Employee

I pushed the update about half an hour ago.

Anonymous
Not applicable

Can you share the link??

Grégoire_Miche2
Level 10

Hi Arunkumar,

The link was already in my first answer

-Greg

Kenny_Elkington
Marketo Employee
Grégoire_Miche2
Level 10

Oh sorry then, I should have looked before posting

-Greg

Grégoire_Miche2
Level 10

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