Is it possible to create some kind of report that ...
# suitescript
b
Is it possible to create some kind of report that can be requested by REST? For example if I want to fetch specific system notes based on a condition (for example request all changes made by user X in roles)? I think that in "netsuite" terms the question is - is it possible to create a workbook and fetch it via REST API?
b
Yep. You can call datasets via REST. You can also just execute SuiteQL queries without creating a dataset. Here is the documentation for using datasets. https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_156577938018.html
Also there are channels for suiteql and suitetalkapi that might be better places for this type of question since it's not really suitescript. Just FYI in case you hadn't seen those.
b
@Ben Tanner Thanks. where can i find these channels?
b
Type "all channels" in the search bar to browse the complete list. You should also be able to search the names of specific channels. Either way you can look through and then join the channels you're interested in.