Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
The issue was that the example request body was incorrect. You need to specify name="content" (instead of name="text"). Also need to specify filename="name_of_file". Something like this:content-type: multipart/form-data; boundary=--------------------------435851813185237176536801-----------------...
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:http://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