Type Alias DashboardListTrackedLocationsResponse
DashboardListTrackedLocationsResponse: {
location_tracking?: {
assignees?: { extension_number?: number; id?: string; name?: string }[];
city?: string;
country?: string;
device?: {
bssid?: string;
id?: string;
mac_address?: string;
name?: string;
private_ip?: string;
public_ip?: string;
};
emergency_address?: string;
name?: string;
network_switch?: { mac_address?: string; port?: string };
site?: { id?: string; name?: string };
type?: string;
zip?: string;
}[];
next_page_token?: string;
page_size?: number;
total_records?: number;
}