How to query Leads by multiple (logical-and) conditions?

178 views Asked by At

is there a way to query Leads by multiple conditions using the REST API, similar to the SQL AND, or OR logical operators?

The close solution I found is:

Get Leads by Filter Type: http://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#!/Leads/getLeadsByFilterUsingGET

That seems not capable of do multiple Filter Type? For example, I want to query by firstName AND lastName. How to do that?

1

There are 1 answers

4
Yanir Calisar On

Why not creating a static list in Marketo and just use Get Leads By List ID?