HistoryInterface
Props
getBriefCallHistory
getBriefCallHistory: (request: GetBriefCallHistoryRequest) => Promise<GetBriefCallHistoryResponse>
Gets the account's brief call history in the asynchronous mode. Take a look at the and functions for downloading details.
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.
getCallHistoryAsync
getCallHistoryAsync: (request: GetCallHistoryAsyncRequest) => Promise<GetCallHistoryAsyncResponse>
The asynchronous implementation. Use this function to download a large amounts of data. Take a look at the and functions for downloading details.
getTransactionHistory
getTransactionHistory: (request: GetTransactionHistoryRequest) => Promise<GetTransactionHistoryResponse>
Gets the transaction history.
getTransactionHistoryAsync
getTransactionHistoryAsync: (request: GetTransactionHistoryAsyncRequest) => Promise<GetTransactionHistoryAsyncResponse>
The asynchronous implementation. Use this function to download a large amounts of data. Take a look at the and functions for downloading details.