Type Alias ReportsGetTelephoneReportsResponse
ReportsGetTelephoneReportsResponse: {
from?: string;
next_page_token?: string;
page_count?: number;
page_size?: number;
to?: string;
total_records?: number;
} & {
telephony_usage?: {
call_in_number?: string;
country_name?: string;
dept?: string;
duration?: number;
end_time?: string;
host_email?: string;
host_id?: string;
host_name?: string;
meeting_id?: number;
meeting_type?: string;
phone_number?: string;
rate?: number;
signaled_number?: string;
start_time?: string;
total?: number;
type?: string;
uuid?: string;
}[];
}