How to list applications installed into ServiceNow?

alpin
Kilo Explorer

Hello Everyone,

I am looking into trying to list installed applications (OOB apps from ServiceNow + Store apps) for big clients using ServiceNow.

In the tables API, tables available in my development instance don't seem to be tables that I am looking for.

Moreover, I can't install an app from the store, as I can't link my dev instance to the store.

Am I looking into the wrong tables, or is there another API to look into to solve that?

Cheers!

2 REPLIES 2

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hello,



You can navigate to the table sys_store_app_list.do via navigation filter. To answer your another question related to install an app on personal dev instance, Please see my response in the below thread.


install app in developer instance?


Hello Pradeep,



Thanks for these details!



It seems that table "sys_store_app_list" is not exposed over Table APIs. Is there to access if from APIs anyway??



As another solution, would there be a way to build an app that access that table to get data from it?



Cheers,


Ben