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?
Why not creating a static list in Marketo and just use Get Leads By List ID?