Ron
08/07/2025, 7:50 PMCeligo AI
08/07/2025, 7:51 PMAI generated answer (using internal Slack threads):The URL provided,
<https://4747815.suitetalk.api.netsuite.com/services/rest/query/v1/suiteql>
, appears to be a valid URL for the SuiteTalk API. This URL is used to execute SuiteQL queries through REST Web Services in NetSuite.
SuiteQL is a powerful tool that allows you to perform complex queries on multiple objects in NetSuite. It is not limited to one object per call and can return a couple thousand rows per response. However, there is a limitation of 1k results per query. To get the next set of results, you can add offset=2
etc to the query string.
If you want to return all records in a single REST API call, you might need to use SuiteScript instead of the REST API to avoid multiple requests. However, even with SuiteScript, there is a maximum limit of 5000 records per call.
For more detailed information, you can refer to the official NetSuite documentation on executing SuiteQL queries through REST Web Services and the SuiteQL documentation.
******
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/07/2025, 7:51 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.853189886
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.853000045
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.850584626
Celigo AI
08/07/2025, 7:51 PM