The Zurich release has arrived! Interested in new features and functionalities? Click here for more

To retrieve all tables ..not to use sys_db_object_list.do

rjinwork
Kilo Explorer

Hi All,

I am looking to retrieve all the tables of ServiceNow like Incident etc & will filter the tables on the basis of user required.Currently I am using this REST url in the java code to retrieve all tables (https://dev111.service-now.com/sys_db_object_list.do?JSONV2) & it's working fine for me.But here I don't want to use sys_db_object.do.So Is there any other way to retrieve all the tables without hitting sys_db_object.do ? Please help.

1 ACCEPTED SOLUTION
2 REPLIES 2

Thanks Alex...It works.