Let the platform do the work

Using the Search feature

Searching:

Searching via the Sugar Market, formerly known as Salesfusion, RESTFUL API is as simple as including a URL parameter in your API call. It does require a specific table be specified(Such as contacts) and cannot be called on the base route. The query is appended to the end of the route. You can perform searches on the all tables presented by the RESTUL API to find relevant information. It is also not limited to a singular field and will search all fields for relevant values (first_name, email, last_name, etc.)

Example:

Base Route:

https://developer.salesfusion.com/api/2.0/contacts/

Query:

?search=tj.southern

Combined:

https://developer.salesfusion.com/api/2.0/contacts/ ?search=tj.southern