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.
Solved! Go to Solution.
Hi Arunkumar,
You can only do this with the API.
Greg
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?