Skip to main content
Ashley_Blancha1
Level 2
October 31, 2017
Respondido

API for Web Activity?

  • October 31, 2017
  • 2 comentários
  • 1804 Visualizações

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

Este tópico foi fechado para respostas.
Melhor resposta por Mark_Price

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/#!/Activities/getAllActivityTypesUsingGET

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!

2 comentários

SanfordWhiteman
Level 10
October 31, 2017

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

Mark_PriceResposta
Level 6
October 31, 2017

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/#!/Activities/getAllActivityTypesUsingGET

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!