Question
Can I get only the unsubscribed leads through their activity rather than whole set of activities
The requirement is to get the unsubscribed leads through their activity. I am trying to use the end point
GET /rest/v1/activities/leadchanges.json. I want to get the only activities of Unsubscribe activity type. Is there a way to apply filter on activity type ?
Are there any better ways to get in this information incrementally (using datatime) ?