Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
The endpoints that you mention do not return a "moreResult" property. Rather, they return "nextPageToken" in the case where the result set exceeds the batchSize (which defaults to 300). To retrieve the entire result set, repeatedly call the endpoint and update nextPageToken with the value that was...
The documentation is incorrect, we will correct it. Until then, two things:1. The "type" parameter is required2. The payload is application/x-www-form-urlencoded (not JSON)
Sorry, but there is no date currently available. I recommend that you check back in 3 months.
This can be done using the Bulk Lead Extract API:developers.marketo.com/rest-api/bulk-extract/bulk-lead-extract/#filters
Yes, in the future all subscriptions will support this feature.
Yes, here is an example of using a custom field as lookup field:REQUESTPOST /rest/v1/leads.json{ "input": [ { "oxConId": "2", "company":"Oxfam Australia", "title":"Project Co-ordinator", "firstName":"Jennifer", "lastName":"Freshwater" } ], "a...
Web Services Error 1025 is "Program status not found". We have added that error description to the Developers Site.
Here is a cheat sheet for which field name to use:Where to Use Which Field Name Version
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://developers.marketo.com/rest-api/lead-database/activities/#query This blog post describes a polling process to retrieve email...