Is there any API exposed which can list the ServiceNow tables which had changes i.e entries made in a certain time interval?

Shrinil
Tera Contributor

I need to make regular API calls on couple of ServiceNow tables to see if any new records were created in the time interval.

I want to extend the support from two to hundreds of ServiceNow tables.

So rather than making an API call to each of the table and getting an empty response for most of them, I was looking for an API which gives the information about which table was updated in a given time internal, so that I make API calls to only those tables.

Let me know if there exists such an API which can help me.

Thanks.

11 REPLIES 11

that would lead to security issues.

Please discuss this with your business team.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

This was just for testing. Anyway sys_audit is not helpful to me because it does not tell if entry has been made into any other table or not.