List Contact using search contains not working

I am trying to implement search and it does not return matching data as containing text.

Example: If I try to search for given_name=“Ajit”, Then it only it works, but given_name=“Aj” , does not returns matching data for contacts list like if there is “Ajmar” then should return that as well, but not. Please let me know Infusionsoft API allows this.

So you’ll have to test this, but in previous versions of the api you could use wildcards which might look like “Aj%”. As this is referring to the REST implementation, I have not tested that out but in theory, it should work the same way.

It does not work.

Then it is likely that you’ll have to use standard api calls for that query.