Is there a way to access Web Activity for a Person by an API call?
Solved! Go to Solution.
Hello Ashley,
There is a way to do this. Here are some links
REST API:
http://developers.marketo.com/rest-api/lead-database/activities/#query
^ you can specify the activity type id in the api call
*Use Get Activity Types API call to get the ids for your instance
http://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#!/Activi...
SOAP API:
http://developers.marketo.com/soap-api/activities/getleadactivity/
http://developers.marketo.com/soap-api/activities/getleadchanges/
^ you can specify the activity type id in the api call
Hope it helps!
Of course, constrain the /activities.json API endpoint by leadIds.
Hello Ashley,
There is a way to do this. Here are some links
REST API:
http://developers.marketo.com/rest-api/lead-database/activities/#query
^ you can specify the activity type id in the api call
*Use Get Activity Types API call to get the ids for your instance
http://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#!/Activi...
SOAP API:
http://developers.marketo.com/soap-api/activities/getleadactivity/
http://developers.marketo.com/soap-api/activities/getleadchanges/
^ you can specify the activity type id in the api call
Hope it helps!