Tutorial by Examples

You can use this example as a call from code, or through a REST client such as Postman: POST https://YOURSITE.com/rest/v10/oauth2/token { "grant_type":"password", "client_id":"sugar", "client_secret": "", "username":"yo...
First, ensure you log in, and add the access_token to your request header. In this example, we're going to do some basic operations to access records. These use the Accounts module as an example, but other standard and custom modules (i.e. Leads, Contacts, Opportunities) behave in the same way. Cr...
One of the features in SugarCRM 7.x is being able to easily add and extend custom endpoints to accomplish what you require. In this example, we'll create a couple of custom endpoints to return some data about the request. This custom file is being placed in custom/clients/base/api/DescriptionAPI.p...

Page 1 of 1