List Contacts
Query
`q` with any string will search over contacts by name or email
`data` with a hash of key/value pairs (e.g. `data[key]=value`) will return contacts with `data` matching those key/value pairs.
`sort` with value set to `date` will return results in descending order of create time. The default sort when this parameter is not provided is by name.
`sort` with value set to `date` will return results in descending order of create time. The default sort when this parameter is not provided is by name.
`type` with values set to `email` or `mobile` will return only contacts that have an email address or phone number, respectively.
`type` with values set to `email` or `mobile` will return only contacts that have an email address or phone number, respectively.
`type` with values set to `email` or `mobile` will return only contacts that have an email address or phone number, respectively.
Comma-separated response fields to include.