function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
imAkashGargimAkashGarg 

[URGENT]: API request calculation

We have a field 'API requests, Last 24 Hours' in Company Information.

The maxmum limit is 360,000.

 

How are the number of API requests calculated?

We are getting closer to this figure, we need to have an estimate for future refernce.

Like if we are having 25000 new records created everyday and some 20000 updated everyday.

What will be the number of API requests. How to calculate.

 

 

 

 

PaqsPaqs

Here is a link that might help:

 

http://na12.salesforce.com/help/doc/en/integrate_api_rate_limiting.htm

 

It describes how api limits are calculated and also refers to a report that you can use to get an estimate of your API call usage for the last week. Based on this information you can probably estimate the rate for upcoming weeks if you know how much data you had 7 days ago and the rate of increase of this data.

 

 

Cheers,