<@UARSRR56E> Yes, it is possible to get the SOAP W...
# suitescript
m
@apaule Yes, it is possible to get the SOAP Web Services usage log via SuiteScript in NetSuite. The usage log records information about the usage of SOAP web services, including the type of operation that was performed, the date and time of the operation, and the user who performed the operation. To retrieve the usage log, you can use the
getRequestLog
function of the
N/service
module in SuiteScript. This function returns an array of
service.RequestLog
objects, which contain information about each log entry in the usage log. Here is an example of how you can use the
getRequestLog
function to retrieve the SOAP web services usage log in a SuiteScript 2.0 script: