Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2021 12:30 PM
Hi,
I know I can retrieve the list of all table from my ServiceNow instance using REST API?
I am aware to get all data using below URL from a particular table, but how can I get list of all tables.
https://instance.service-now.com/api/now/v1/table/incident
Solved! Go to Solution.
Labels:
1 ACCEPTED SOLUTION
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2021 12:40 PM
Yes, using that API, check:
GET https://instance.service-now.com/api/now/table/sys_db_object
10 REPLIES 10

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2021 10:37 AM