A list of BasicContact objects that have been mapped to Personas export BasicContacts

interface BasicContacts {
    count?: number;
    data?: null | BasicContact[];
    page?: null | number;
    total_count?: number;
}

Properties

count?: number

This is the count of records returned

data?: null | BasicContact[]
page?: null | number
total_count?: number

This is the total count of records available, Needed for pagination