Hello Cris,"Unsubscribe Email" is an activity. You can retrieve activities since a given time for a given list using the Get Lead Activities endpoint as described here:http://devel...
Slight correction to #2, design decision to be consistent with REST API. For example, a call to Get Multiple Leads by Filter Type returns null for non-existent lead fields. Here is...
1. Correct, using bulk you would have to pull leads in 30 day increments. I have created an enhancment request to increase the date range to 31 days.2. This design choice is to mai...
Hello Kurt,HTTP compression (gzip) is supported by bulk extract leads and activities. When calling either Get Export Lead File, or Get Export Activity File endpoints, simply add th...
Your assumption is correct, specifying CSV, TSV, or SSV in format parameter is what is meant by "export to spreadsheet". Exporting as JSON is not supported.
Hello Alex,To tell what fields are available in an instance, call the Describe endpoint.If these fields are not present, it may be that your partner sandbox is not provisioned with...
Here is an example that adds two leads to a list. The listId is 3373. The leadId's are 318594 and 31895. ==Request==POST /rest/v1/lists/3373/leads.json{ "input":[ { "id": "318594" ...
Instead of create a Sales Person, I think you really want to create a Lead? If so, then use the Sync Leads endpoint to create a Lead, then you can view the lead by going to Lead Da...
The "Query API" link that you provided refers to Sales Persons. I believe that what you really want are Leads? If so, you have 3 choices:Call Get Lead Activities and filter on "New...