By Dave Weiss, Published on September 27th, 2021
Tags:
SuiteTalk
REST
SuiteQL
Is NetSuite's REST Web Services GA or BETA? It's not clear unless you parse the documentation carefully.
As an administrator, when you log into NetSuite and navigate to the Setup menu, you are greeted with a banner message stating:
To access the REST Record Service, REST Query Service, Record Customization, or SuiteScript Workbook API beta features, you must complete the Oracle NetSuite Umbrella BETA Program Recruitment Form.
Whoa! What??? REST Web Services is BETA only?
No. Check out the table below to see what functions are GA and what is BETA.
Feature | GA | BETA |
---|---|---|
Metadata | ✓ (Standard Records) | |
Metadata | ✓ (Custom Records) | |
CRUD Operations | ✓ (Standard Records) | |
CRUD Operations | ✓ (Custom Records) | |
Record Collection Filtering | ✓ (Standard Records) | |
Record Collection Filtering | ✓ (Custom Records) | |
Record Actions | ✓ (Supported Record Types Only) | |
Record Actions | ✓ (Other Record Types) | |
Record Transformations | ✓ (Supported Record Types Only) | |
Record Transformations | ✓ (Other Record Types) | |
SuiteQL | ✓ Fully Supported | |
Asynchronous Requests | ✓ Requires BETA program approval | |
Workbook Dataset Execution | ✓ Requires BETA program approval | |
Workbook Dataset List | ✓ Requires BETA program approval |