Retrieve interesting moments Via Api | Community
Skip to main content
September 7, 2015
Question

Retrieve interesting moments Via Api

  • September 7, 2015
  • 2 replies
  • 2124 views

Greetings,

I was wondering is there a way to retrieve the interesting moments periodically(say weekly) from marketo through API?

The data retrieved is used to generate report for the sales team if you're wondering the need for this post!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Neil_Robertson6
Level 4
September 8, 2015

Yep, you can access this information via the API but you will need to build your own iteration process and also be wary of the API Limits - which unless checked / catered for with large amounts of data you will burn through very quickly.  Every customer of Marketo has a total limit of 10,000 API calls per day that are shared between all applications that use the Marketo APIs.


The amount of API calls your process makes to Marketo depends on the amount of data in your Marketo account.  Here is an example of data from Marketo and the amount of API calls that are used by a simple process when importing:

Data Type

Number of Rows 

API Calls

Leads information

15,000

50

Mail activities

150,000

1,000

Program activities

15,000

100

Web activities

150,000

1,000

Program changes

7,500

50

Total API Calls

2,200

September 9, 2015

This Github might be of use : ayasavolian/ExternalMSI · GitHub