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
Nilesh Borse 9Nilesh Borse 9 

How sales force developer console can consume API REQUEST?

Hi,

I wonder how sales force developer console can consume API request. Let me explain in detail.


There are no schedule classes in my org,nothing is scheduled. I checked System overview the API REQUESTS, LAST 24 HOURS is 0, then i just opened developer console the API REQUESTS LAST 24 HOURS is 8, then i ran a test class API REQUESTS LAST 24 HOURS is 20 then, i ran all test classes in the org now the API REQUESTS, LAST 24 HOURS is 800. I repeat this procedure 8-10 times my API LIMIT got exceeded. I can't even open developer console, can't login to trailhead, can't login from workbench. Why sales force counts developer console in API request despite i am not calling to any external system.

SandhyaSandhya (Salesforce Developers) 
Hi,

Aftee some research found below link which may help you.

https://salesforce.stackexchange.com/questions/24747/how-to-limit-api-calls-when-using-the-developer-console
 
Please mark it as solved if my reply was helpful. It will make it available for other as the proper solution.
 
Best Regards
Sandhya
 
Nilesh Borse 9Nilesh Borse 9
I agree with you, but my conern is, developer console is sales force own tool, it shouldn't conunt/consider the API REQUESTS. Salesforce shouldn't recommend developer console as a IDE for developers.