SOLVED

Activities of multiple leads

Go to solution
Anonymous
Not applicable

Activities of multiple leads

I have list of 250  leads.  i need to check the day by day activities of lead for last 30 days. Now i am checking lead by lead in activity log. is there any way to view in single time.

1 ACCEPTED SOLUTION

Accepted Solutions
Grégoire_Miche2
Level 10

Re: Activities of multiple leads

Hi Arunkumar,

You can only do this with the API.

Greg

View solution in original post

2 REPLIES 2
Grégoire_Miche2
Level 10

Re: Activities of multiple leads

Hi Arunkumar,

You can only do this with the API.

Greg

Anonymous
Not applicable

Re: Activities of multiple leads

Hi Thanks for the answer. It is working. But when i tried with may pagingtoken, it only shows the activity of particular date. I want activity from a date. I used  "/rest/v1/activities/pagingtoken.json?sinceDatetime=2016-01-06". it only shows the activity logged on "2016-01-06". I am using the PHP sample given in the documentation. Can you please help me on this?