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
Chandrashekhar GoudChandrashekhar Goud 

How to know which API is calling & which operations are performed in my saleforce org whenever other Application(Java) hitting salesforce Org. I am able to know which application and how many Calls but I am unable to know which operations performed ?

NagendraNagendra (Salesforce Developers) 
Hi Chandu,

You cannot see the apex code coming from a managed package.

Check the namespace column when you open class list:
User-added image

Hope this helps.

Kindly mark this as solved if it's resolved.

Thanks,
Nagendra
Chandrashekhar GoudChandrashekhar Goud

Hi Nagendra

    Thanks for your reply, but I have not installed any applications(managed Package) so i didn't get any apex class .
    I  want which api is hitting(MetadatAPI or ToolingAPI) my Salesforce org from ThirdParty Appllications like Java or .net