Let the platform do the work

Developer

The Developer section includes topics covering the API and Postman.

Topics

Welcome to Sugar Market's, formerly known as Salesfusion's, RESTful API.
The below are links to Sugar Market's, formerly known as Salesfusion's, API endpoints per table. 
For some scenarios when getting data from the Sugar Market, formerly known as Salesfusion, RESTUL API you may want to query a certain entity to only fetch records that fall within a certain date range. 
Download and install postman from here.
We have compiled postman examples for every route available via the Sugar Market, formerly known as Salesfusion, REST API. This collection is viewable on the Sugar Market RESTful API page of the SugarCRM website.
Sorting data with the Sugar Market, formerly known as Salesfusion, RESTFUL API is as simple as adding an additional parameter to your base route. The sorting function can be called on all tables but can ONLY be used on standard fields as custom fields are not preset in paginated views at this time. 
Sugar Market's RESTful API documentation can be found on the Sugar Market RESTful API page of the SugarCRM website.
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.)