Activities of multiple leads | Community
Skip to main content
February 1, 2016
Solved

Activities of multiple leads

  • February 1, 2016
  • 1 reply
  • 1337 views

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.

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

Hi Arunkumar,

You can only do this with the API.

Greg

1 reply

Grégoire_Miche2
Grégoire_Miche2Accepted solution
Level 10
February 1, 2016

Hi Arunkumar,

You can only do this with the API.

Greg

February 8, 2016

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?