Retrieve list of all table in my ServiceNow instance using Rest API

KD
Kilo Contributor

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

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Yes, using that API, check:

GET https://instance.service-now.com/api/now/table/sys_db_object

View solution in original post

10 REPLIES 10

John Zhang1
Kilo Patron
Kilo Patron

You follow the two steps to find a list table schema map:

Step one: Go Tables & Columns 

find_real_file.png

 

Step Two -Open a list of tables Schema by clicking "Schema Map" button above