API:Contacts:Find
Revision as of 13:56, 12 September 2014 by Greg Donald (talk | contribs) (Created page with " == Find Contacts == '''URL:''' <nowiki>https://app.callproof.com/contacts/find/</nowiki> '''Method:''' GET '''Required Fields:''' * '''''key''''' - API Key * '''''secret'...")
Find Contacts
URL: https://app.callproof.com/contacts/find/
Method: GET
Required Fields:
- key - API Key
- secret - API Key Secret
Optional Fields:
- offset - Only 10 Contacts are returned per request, this field must be used to pull additional results when more are available
- assigned - Query for assigned Contacts (e.g. 't', 'T', 'f', 'F')
- contact_type - Query by your custom Contact Type name (https://app.callproof.com/contact_types/)
- city' - Query by city name (e.g. 'Nashville')
- state' - Query by state name (e.g. 'TN')
Data Returned:
- results - Array of Contacts
- more - This field will be set if additional results are available
- offset - Current offset of the request
- errors - Array of errors produced by the request
- code - HTTP request status