How to list applications installed into ServiceNow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2018 05:13 PM
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2018 10:07 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2018 04:03 PM
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