Oct 20, 2009

[Cloud] Salesforce API Request Limits

Salesforce Web Services API の制限(Concurrent API Request Limits、Total API Request Limits) に関する資料をメモ。

Implementation Considerations
http://www.salesforce.com/us/developer/docs/api/Content/implementation_considerations.htm

API 使用状況の確認方法

上記資料によると、

You can monitor the number of API requests generated by your organization in two ways:
  • Any user can see the number of API requests sent in the last 24 hours. To view the information, click Setup | Company Profile | Company Information. Look for the “API Requests, Last 24 Hours” field in the right column.
  • If a user has the “Modify All Data” permission, the user can view a report of the API requests sent for the last seven days. To view the information, click the Reports tab, scroll to the Administrative Reports section and click the API Usage Last 7 Days link. Users can sort the report by any of the fields listed in the Summarize Information by: drop-down list. For more information about sorting, filtering, or customizing reports, see the Salesforce.com online help for reports.
とのこと。