- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023 04:02 AM
I want to use GET API (Table level) but issue is response may hold more than 10000(ten thousand) records.
Question How can I show a Table ApI with response holding back more than 10000(ten thousand) records to be specific around 20000(twenty thousand)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2023 03:49 PM
Hi, retrieving large files is not recommended best practice for any integration (ServiceNow or any other platform) and increases chances of failure, delay and performance issues.
The appropriate way to deal with this requirement is pagination
Exporting Bulk Data from Servicenow via REST Web Service Pagination - Support and Troubleshooting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2023 03:49 PM
Hi, retrieving large files is not recommended best practice for any integration (ServiceNow or any other platform) and increases chances of failure, delay and performance issues.
The appropriate way to deal with this requirement is pagination
Exporting Bulk Data from Servicenow via REST Web Service Pagination - Support and Troubleshooting