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
sfdc_danesfdc_dane 

API Request Continuously Increase

Hi, is there a way I can determine what are the API Request are running? Because when ever I run my app (develop via Flex) and doing nothing(like clicking button which execute some API) the API Request continuously increase thus, it easily hit the API Request Limit.

 

Any ideas would be a great help! Thanks :)

sfdc_danesfdc_dane

another thing.. sometimes it doesn't increase when ever i make API Request.. is this a delay? Is there a way I can in debug logs what API Request are made? thx 

SuperfellSuperfell

Have you seen the admin report for API requests ?

sfdc_danesfdc_dane

Nope, how will i see it? thx

SuperfellSuperfell

Goto reports -> administrative reports -> api usage last 7 days.

 

It's probably not granular enough for what you want. API requests are HTTP requests, If you're using the flex toolkit, it may be making calls under the covers (to get metadata etc).

 

And yes, there can be some small delay between the api call being made and it showing in the api call count.