Difference between revisions of "API:Followup:Updated"
(Created page with " == API » Updated Followups == '''URL:''' <nowiki>https://app.callproof.com/api/followup/updated/</nowiki> '''Method:''' GET '''Required Fields:''' * '''''key''''...") |
(No difference)
|
Latest revision as of 11:37, 8 August 2017
API » Updated Followups
URL: https://app.callproof.com/api/followup/updated/
Method: GET
Required Fields:
- key - API Key
- secret - API Key Secret
- after - Date/Time Followups were updated after (e.g. '2014-08-10 12:34:56')
Optional Fields:
- before - Date/Time Followups were updated after (e.g. '2014-08-10 12:34:56')
- offset - Only 100 Followups are returned per request, this field must be used to pull additional results when more are available
- user_id - Followups of particular sales representative
- completed - Completed followups if '1' then completed followups elif '-1' not completed followups else all;
Data Returned:
- results - Array of Followups
- 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