marth141
12/20/2022, 4:51 PMgetRequestLog
function is called with the type
and operation
options set to service.Type.WEB_SERVICE
and service.Operation.ALL
, respectively. This retrieves all log entries in the usage log that are related to SOAP web services.
You can also use the getRequestLog
function to filter the log entries by specifying other options, such as the start and end dates for the log entries, the user who performed the operation, or the type of operation that was performed. For more information about the available options and how to use them, you can refer to the SuiteScript 2.0 API Reference documentation for the getRequestLog
function.