Usage Reports
DOTS Usage Reports is a publicly available XML web service with several methods to monitor your transaction usage on your account to maximize your subscription and avoid costly overages number. Usage Reports is accessible over three protocols: HTTP GET, HTTP POST, and SOAP over HTTP POST. Most programming languages have built-in classes to access web services over SOAP, but you may access the service via any of these three methods.
Operations
GetDOTSTransactionDetailsByDateRange
Returns daily usage reports for a license key and email for a given date range.
View OperationGetDOTSTransactionsByDay
Returns usage reports for a license key and email on a given date.
View OperationGetDOTSTransactionsByDateRange
Returns usage reports for a license key and email for a given date range.
View Operation