Difference between revisions of "API:Opportunity:Contact:Get"

From docs
Jump to: navigation, search
(Created page with "== API » Get Contact Opportunity == '''URL:''' <nowiki>https://app.callproof.com/api/opportunity/get/</nowiki> '''Method:''' GET '''Required Fields:''' * '''''key...")
 
 
Line 10: Line 10:
 
* '''''secret''''' - API Key Secret
 
* '''''secret''''' - API Key Secret
 
* '''''contact_id''''' - Contact ID
 
* '''''contact_id''''' - Contact ID
* '''''after''''' - After Date MM-DD-YYYY
+
* '''''after''''' - Date/Time Opportunity for contact were created after (e.g. '2014-08-10 12:34:56')
  
 
'''Optional Fields:'''
 
'''Optional Fields:'''
* '''''before''''' - Before Date MM-DD-YYYY
+
* '''''before''''' - Date/Time Opportunity for contact were created before (e.g. '2014-08-10 12:34:56')
* '''''offset''''' - Page number
+
* '''''offset''''' - Only 100 Opportunities are returned per request, this field must be used to pull additional results when more are available
  
  

Latest revision as of 13:42, 25 July 2017

API » Get Contact Opportunity

URL: https://app.callproof.com/api/opportunity/get/

Method: GET

Required Fields:

  • key - API Key
  • secret - API Key Secret
  • contact_id - Contact ID
  • after - Date/Time Opportunity for contact were created after (e.g. '2014-08-10 12:34:56')

Optional Fields:

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


Data Returned:

  • results - Opportunities
  • errors - Array of errors produced by the request
  • code - HTTP request status