List of tables in Service Now

rna
Kilo Explorer

Any documentation link which gives the list of tables present in service now, Can i also find this list dynammically from a API?

1 ACCEPTED SOLUTION

Custom tables always start with u_tablename


View solution in original post

33 REPLIES 33

Hi,



You can use this webservice: https://<YourInstance>.service-now.com/sys_db_object.do?WSDL



Regards,


rna
Kilo Explorer

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?


Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

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


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?


Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Rohit,



What all Roles you gave to the user. Please confirm.