REPORTS LeadsbyAffiliateExport API Version 1
Updated on 2014-06/19
Current Version: Version 1
Deprecated Version: NA
Requests Allowed: GET&SOAP
Summary:
Returns an array of leads, potentially filtered by affiliate.
Resource/WSDL Page:
http://yourdomainhere.com/api/1/reports.asmx?op=LeadsByAffiliateExport
Parameters
api_key Required Type: STRING Length (Max/Min): 50 |
Must be a valid API key (existing and NOT expired) Example Values: Fo35NRAqvFLXoZxqB4aVMhh |
start_date Required Type: DATE Length (Max/Min): NA |
Allowed formats: "YYYY-mm-dd", "dd-mm-YYYY", "mm-dd-YYYY", "mm-dd-YYYY hh:mm:ss" Example Values: 2014-04-24, 24-04-2014 |
end_date Required Type: DATE Length (Max/Min): NA |
Allowed formats: "YYYY-mm-dd", "dd-mm-YYYY", "mm-dd-YYYY", "mm-dd-YYYY hh:mm:ss" When time stamp is excluded 00:00:00 is assumed, and data on end date will not be included. Example Values: 2014-04-24, 24-04-2014 |
affiliate_id Required Type: INT Length (Max/Min): NA |
If passing anything <= 0 the result will include all affiliates. Example Values: 123456 |
contact_id Required Type: BOOL Length (Max/Min): NA |
The Affiliate Manager contact ID. 0 will include all results. Example Values: 0, 1, 155 |
**Note all optional parameters still need to be passed through in the actual call. These parameters do not need a value (therefore you can use a null value).
Example Request
GET |
http://demo.cakemarketing.com/api/1/reports.asmx/LeadsByAffiliateExport?api_key=dNJFmId9rI&start_date=01/01/2016+00:00:00&end_date=01/30/2016+01:00:00&affiliate_id=0&contact_id=0 |
Sample XML Response:
Example Error Messages:
Error Message |
Likely Cause |
Invalid API Key |
API key does not exist or is expired |