Scenario
Web Services Usage Log displays different number of rows than the line related XML response file.
When a user creates Web Services request as a search for Assembly and Service Items record types. The Web Services Usage Log (Setup > Integration) returns two rows. Records Returned in Query field displays a number of returned records (30 and 50), however, this number does not match the totalRecords (80) in the XML response file.
Solution
NetSuite Integration Web Services Usage Log displays the calls based on the record type. The results are grouped by the record types (in this example: Assembly and Service Items) . The XML response file is the same file for both rows in the list and displays total count in the totalRecords node (80) equal to sum of the Records Returned in Query field (30+50 = 80) for the two lines.