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
Jonathan HavivJonathan Haviv 

Get a list of "Connected Apps" names

I want to get list of all the "Connected Apps" and "Connected Apps OAuth Usage" as seen at  Administration Setup->Managed Apps.
I can get application id, but how can I get the corresponding name of that application.

Any help would be much appreciated!
ArvindyadavArvindyadav
HI Jonathan,

Run the below query on developer console or from workbench, and let me know if it helped.

SELECT Id,name FROM ConnectedApplication 

Hit like if it helped.

Thnaks!
 
Jonathan HavivJonathan Haviv
Hi Arvin,
Unfortunately it's not full, plus I cant see the apps that I see in "Connected Apps OAuth Usage"
Any more ideas?