pub async fn list_call(
configuration: &Configuration,
account_sid: &str,
to: Option<&str>,
from: Option<&str>,
parent_call_sid: Option<&str>,
status: Option<&str>,
start_time: Option<String>,
start_time_less_than: Option<String>,
start_time_greater_than: Option<String>,
end_time: Option<String>,
end_time_less_than: Option<String>,
end_time_greater_than: Option<String>,
page_size: Option<i32>,
) -> Result<ListCallResponse, Error<ListCallError>>
Expand description
Retrieves a collection of calls made to and from your account