How to pull millions of data via REST API
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 06:01 AM
Hi Experts ,
How to pull 0.2 millions of data via REST API?
Currently we are just able to pull 10k records and each time it is pulling the same record.
Can some please suggest ?
Thank you.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 06:13 AM
you can pull records into chunks and during off-business hours to avoid performance impact in instance.
Now you need to debug why it's pulling same record
Regards,
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 06:15 AM
Hi Ankur,
Thanks for your response.
How to pull the data in chunks ?
Do I need to mention any function/method in coding ?
