Difference between revisions of "API:Contacts:Updated"
Greg Donald (talk | contribs) |
Greg Donald (talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | == Updated Contacts == | + | == [[API]] » Updated Contacts == |
− | |||
− | |||
− | |||
+ | '''URL:''' <nowiki>https://app.callproof.com/api/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 before (e.g. '2014-08-10 12:34:56') | |
− | * '''''before''''' - Date/Time Contacts were updated | ||
* '''''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:''' |
Latest revision as of 12:21, 29 September 2014
API » Updated Contacts
URL: https://app.callproof.com/api/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 before (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