SOLVED

How can I get lead activities via REST as same as SOAP Get Lead Activities

Go to solution
Anonymous
Not applicable
Hi all
​Because I want to get the specified lead ID's activities, I am using REST Get Lead Activities API.
But this API is different from SOAP's same name API.
This REST API get from the specified list, and can not get the specified lead ID's activities.
So I make a temporally list and add one lead that I want to know via REST Add Leads To List API.
Finally I call REST Get Lead Activities API, But activities  is empty.
Why? Please give me an advice.
 
My REST Get Lead Activities API response
{\"requestId\":\"1174d#14a910daead\",\"success\":true,\"nextPageToken\":\"N5LAWGHOKLWKW45TH3XPOU7SHMQZX44QP3LJWPFHQRVCWDZED7TQ====\",\"moreResult\":false}"
Tags (1)
1 ACCEPTED SOLUTION
Anonymous
Not applicable
@Takehiro, Thanks for the feedback. Can you please submit this as an Idea?

View solution in original post

5 REPLIES 5
Anonymous
Not applicable
@Takehiro, Thanks!
Anonymous
Not applicable

Hi @Murtza
Done!

Anonymous
Not applicable
@Takehiro, Thanks for the feedback. Can you please submit this as an Idea?
Anonymous
Not applicable
BTW
I think REST Get Lead Activities need much computing cost.
My program calls "Add Leads To List" "Get Lead Activities" and "Remove Leads To List".
I want that will be enhanced like SOAP Get Lead Activities.
 
Anonymous
Not applicable
Thank you all.
I have fixed my problem.
REST Add Leads To List API returned success but did not work fine.
I changed a few program code and it work fine.