- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2026 12:44 PM
Hi all,
Are there any best practices regarding volume of table APIs? We are hitting the table APIs millions of times per day, mostly for GET requests. We're not sure if that is standard or if at that volume we should look at other methods?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2026 07:43 PM
I will recommend not to use OOTB Table API as it gives complete access to all the fields on your table
The table might contain sensitive data.
As per customer requirement you can create Scripted REST API where you have complete control on what API response to give.
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2026 07:43 PM
I will recommend not to use OOTB Table API as it gives complete access to all the fields on your table
The table might contain sensitive data.
As per customer requirement you can create Scripted REST API where you have complete control on what API response to give.
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
