How to control the READ operation via Table API from a 3rd party tool?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-07-2022 12:15 AM
One of the team is using ServiceNow table API to read all the incidents using GET method. They are using something like sysparm_limit=50000 etc (which will ofcourse override the defauly 10k limit)
Though we are telling them to use pagination, they are sometimes not doing that.
So we are looking for a way to control it from ServiceNow side only. Is it possible to control in ServiceNow?
Labels:
- Labels:
-
Multiple Versions
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2023 09:27 AM
Rate limit rules concept is different. My question is different 🙂
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2023 09:27 AM
Anyone?