SOLVED

Re: API for Web Activity?

Go to solution
Ashley_Blancha1
Level 2

API for Web Activity?

Is there a way to access Web Activity for a Person by an API call?

Tags (2)
1 ACCEPTED SOLUTION

Accepted Solutions
Mark_Price
Level 7

Re: API for Web Activity?

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!

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: API for Web Activity?

Of course, constrain the /activities.json API endpoint by leadIds.

Mark_Price
Level 7

Re: API for Web Activity?

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!