php getMultipleLeads by a fieldName criteria

Anonymous
Not applicable

php getMultipleLeads by a fieldName criteria

I'm looking for the PHP syntax of getMultipleLeads in use with a field Name criteria.

Ex. I would like to get all leads with the attrName 'Country' where attrValue is 'NONE'

Tags (3)
1 REPLY 1
John_M
Marketo Employee

Re: php getMultipleLeads by a fieldName criteria

You can do this with the REST API, not the SOAP API

Get Multiple Leads by Filter Type » Marketo Developers

You'd just set the filter to the column, then pass in the values.