How to use REST API to request updated/new leads only?

Anonymous
Not applicable

How to use REST API to request updated/new leads only?

There's a method in SOAP API called getMultipleLeads where you can specify oldestUpdatedAt parameter. How to use this parameter with REST API? I don't want to go through all leads and look for updated, I would like to request only updated or new leads using REST API. How to achive that?
Tags (1)
3 REPLIES 3
Kenny_Elkington
Marketo Employee

Re: How to use REST API to request updated/new leads only?

Hi Elar,

This cannot be done with the currently available methods in the REST API, only via SOAP.
Anonymous
Not applicable

Re: How to use REST API to request updated/new leads only?

Kenny is certainly right- although it might be good for you to be aware that we're working on this actively now you should see a REST way to do this in the next few months.
Anonymous
Not applicable

Re: How to use REST API to request updated/new leads only?

Just to add on here, if you decide to go the SOAP API right here's blog that might help:

http://developers.marketo.com/blog/find-leads-updated-on-specific-date-ranges/