SOLVED

Get All Activities of particular lead through API

Go to solution
Anonymous
Not applicable

Get All Activities of particular lead through API

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

1 ACCEPTED SOLUTION

Accepted Solutions
Kenny_Elkington
Marketo Employee

Re: Get All Activities of particular lead through API

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
Grégoire_Miche2
Level 10

Re: Get All Activities of particular lead through API

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

Kenny_Elkington
Marketo Employee

Re: Get All Activities of particular lead through API

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

Re: Get All Activities of particular lead through API

Hi Kenny,

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

-Greg

Kenny_Elkington
Marketo Employee

Re: Get All Activities of particular lead through API

I pushed the update about half an hour ago.

Grégoire_Miche2
Level 10

Re: Get All Activities of particular lead through API

Oh sorry then, I should have looked before posting

-Greg

Anonymous
Not applicable

Re: Get All Activities of particular lead through API

Can you share the link??

Kenny_Elkington
Marketo Employee

Re: Get All Activities of particular lead through API

Grégoire_Miche2
Level 10

Re: Get All Activities of particular lead through API

Hi Arunkumar,

The link was already in my first answer

-Greg