Rate this page:

HistoryInterface

Props

getBriefCallHistory

Copy URL
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

Copy URL
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

Copy URL
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

Copy URL
getTransactionHistory: 

(request: GetTransactionHistoryRequest) => Promise<GetTransactionHistoryResponse>

Gets the transaction history.

getTransactionHistoryAsync

Copy URL
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.