HistoryInterface
Props
getBriefCallHistory
getBriefCallHistory: (request: GetBriefCallHistoryRequest) => Promise<GetBriefCallHistoryResponse>
Gets the account's brief call history. Use the , methods to download the report.
getCallHistory
getCallHistory: (request: GetCallHistoryRequest) => Promise<GetCallHistoryResponse>
Gets the account's call history, including call duration, cost, logs and other call information. You can filter the call history by a certain date
getTransactionHistory
getTransactionHistory: (request: GetTransactionHistoryRequest) => Promise<GetTransactionHistoryResponse>
Gets the transaction history.