- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2015 10:23 PM
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.
Solved! Go to Solution.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2015 11:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2015 11:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2015 03:02 AM
Thanks Alex...It works.