- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2015 01:42 AM
Any documentation link which gives the list of tables present in service now, Can i also find this list dynammically from a API?
Solved! Go to Solution.
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2015 04:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2015 04:15 AM
Hi,
You can use this webservice: https://<YourInstance>.service-now.com/sys_db_object.do?WSDL
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2015 08:55 PM
Thanks for the reply,
I noticed that this API - https://<YourInstance>.service-now.com/sys_db_object.do?WSDL
is only accessible to a user who has ADMIN role.
Can this not be available to any user?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2015 09:45 PM
Hi Rohit,
You can give the user "Soap" based roles and the "ITIL" role. Here is the more info on base system roles.
http://wiki.servicenow.com/index.php?title=Base_System_Roles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2015 11:11 PM
Thanks Pradeep,
This API - https://<YourInstance>.service-now.com/sys_db_object.do?WSDL
returns custom tables with name as u_*** ,
I wanted all the other table list also, say incident, asset table, How do I use this api to get this details?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2015 11:14 PM
Hi Rohit,
What all Roles you gave to the user. Please confirm.