Himanshu
08/29/2025, 1:48 AMCeligo AI
08/29/2025, 1:48 AMAI generated answer (using internal Slack threads):In NetSuite, you can't send multiple records in a batch using the REST API. Instead, NetSuite offers pagination of 1000 records per request. This means if you want to load 2000 records with REST, you would only need to make 2 requests. When you're trying to get all records from an object/table with the REST API from NetSuite, you can refer to the official NetSuite API documentation for detailed instructions and examples. If you're integrating with NetSuite and have lots of transactions that occur throughout the day, you might want to consider using REST API. It's easier to use and your concerns about outages, time-outs, and reliability aren't really issues. When you design interfaces, you retry when endpoints are unavailable. As far as throughput is concerned, this depends on the number of SuiteCloud+ licenses that you have, and the limits are concurrency based, not N transactions per period of time. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Celigo AI
08/29/2025, 1:48 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.856915355
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.827761889
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.825092494
Celigo AI
08/29/2025, 1:48 AM