Jeff Greene
04/25/2025, 6:07 PMCeligo AI
04/25/2025, 6:07 PMAI generated answer (using internal Slack threads):Based on the conversations, there are several potential issues when using the limit and offset parameters in SuiteQL REST: 1. Unauthorized Error: When using limit and offset parameters in the URL, it can lead to a "401 Unauthorized" error. This is because the URL parameters are part of the base string used to generate the signature for the authorization header. If the parameters are not correctly included in the encoded URL to generate the signature, it can lead to authorization issues. 2. Data Limitation: The limit and offset parameters are used to control the amount of data returned by the SuiteQL query. However, there is a limitation on the number of results returned per query, which is typically 1000 results. If you need to retrieve more data, you would need to make multiple requests with different offset values. 3. Data Retrieval: When using the 'SELECT *' query with a limit, it will return the first 1000 records. If you want to retrieve the latest 1000 records or the next set of records, you would need to use the 'ORDER BY' clause and the offset parameter respectively. 4. Performance Issues: Fetching large amounts of data using limit and offset can lead to performance issues. For example, fetching data for a large time period can take a significant amount of time. In such cases, other methods such as RESTlets or SuiteAnalytics Connect might be more efficient. ****** 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
04/25/2025, 6:07 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.833999455
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.825761497
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.817236781
Celigo AI
04/25/2025, 6:07 PM