Difference between revisions of "API:Contacts:Updated"

From docs
Jump to: navigation, search
Line 1: Line 1:
  
 
== Updated Contacts ==
 
== Updated Contacts ==
 
  
 
'''URL:''' <nowiki>https://app.callproof.com/contacts/updated/</nowiki>
 
'''URL:''' <nowiki>https://app.callproof.com/contacts/updated/</nowiki>
 
  
 
'''Method:''' GET
 
'''Method:''' GET
 
  
 
'''Required Fields:'''
 
'''Required Fields:'''
 
  
 
* '''''key''''' - API Key
 
* '''''key''''' - API Key
 
* '''''secret''''' - API Key Secret
 
* '''''secret''''' - API Key Secret
 
* '''''after''''' - Date/Time Contacts were updated after (e.g. '2014-08-10 12:34:56')
 
* '''''after''''' - Date/Time Contacts were updated after (e.g. '2014-08-10 12:34:56')
 
  
 
'''Optional Fields:'''
 
'''Optional Fields:'''
 
  
 
* '''''before''''' - Date/Time Contacts were updated after (e.g. '2014-08-10 12:34:56')
 
* '''''before''''' - Date/Time Contacts were updated after (e.g. '2014-08-10 12:34:56')
 
* '''''offset''''' - Only 10 Contacts are returned per request, this field must be used to pull additional results when more are available
 
* '''''offset''''' - Only 10 Contacts are returned per request, this field must be used to pull additional results when more are available
 
  
 
'''Data Returned:'''
 
'''Data Returned:'''

Revision as of 13:55, 12 September 2014

Updated Contacts

URL: https://app.callproof.com/contacts/updated/

Method: GET

Required Fields:

  • key - API Key
  • secret - API Key Secret
  • after - Date/Time Contacts were updated after (e.g. '2014-08-10 12:34:56')

Optional Fields:

  • before - Date/Time Contacts were updated after (e.g. '2014-08-10 12:34:56')
  • offset - Only 10 Contacts are returned per request, this field must be used to pull additional results when more are available

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