RESTlet Governance and Security

RESTlet Governance

SuiteScript governance tracks usage units at both the API and script level. API-level usage is just like other SuiteScripts. At the script level, RESTlets let you use up to 5,000 units per script—that’s five times more than Suitelets and most other scripts.

You’re guaranteed up to 10MB per string for RESTlet input or output. Sometimes you might get a larger output, but 10MB is the official limit.

For more information, see SuiteScript Governance and Limits.

SuiteScript doesn’t support a logout operation like SOAP web services do.

RESTlet Security

RESTlet URLs are protected by TLS encryption—only encrypted requests are allowed. For more information, see Supported TLS Protocol and Cipher Suites.

Important:

Since version 2017.2, web services and RESTlet concurrency is managed per account and counts both web service and RESTlet requests together. For more, see Web Services and RESTlet Concurrency Governance.

Related Topics

General Notices