Zoho CRM API method getSearchRecords

Zoho CRM API method getSearchRecords

Below query is not working. Getting message Invalid parameter value(code 4832). Any idea what is wrong here ? am using all the mandatory parameters, but still getting the same error message

URL :
https://crm.zoho.com/crm/private/xml/Leads/getSearchRecords?
apikey=mykey
&ticket=myticket
&newFormat=2
&selectColumns=Potentials(HubspotGUID, Hubspot-Interest, Probability)
&searchCondition=(Stage|contains|*won*)


<response uri="/crm/private/xml/Leads/getSearchRecords">
 <error>
<code>4832</code>
<message>Invalid parameter value</message>
</error>
</response>