• How can I retrieve required fields from a module using REST v10 API ?

    Hi All, I have a requirement to get all required fields from Leads module and Integrate it on third party solution. How can fetch the required fields from a module using REST v10 API . Which API is the best to find required fields ?
  • How to Use REST API ? and what are the Endpoints for Sugarcrm for Enterprise edition ? for User Management

    I am looking for API which will handle User Management endpoints. example - Create User, Delete userr, assign roles to the user etc. please suggest. thanks in advance !
  • SugarCRM REST API - Filter POST - Related Module Fields

    I'm trying to retrieve, using REST API, a list of records and one of its related module fields. Let's assume Accounts and Opportunities. So, API Documentation (in the GET Filter) talks about defining related module in the fields parameter: According to…
  • Getting all available modules in v10 REST API

    Is there any rest v10 API to retrieve available modules in v10 REST API version?
  • Where or What are these CRM REST API request timeout settings and Elastic Search request timeout settings?

    Hi Folk, Where or what are these CRM REST API request timeout settings and Elastic Search request timeout settings? Any suggestion will be highly appreciated. Regards Bpatel
  • REST API (v10) call to retrieve a set of related records

    Hello forum, We want to retrieve meeting, call, email related to contact via single api call. As per api documentation one need to do following api call. GET /<module>/:record/collection/:collection_name What should be value of :collection_name ? For…
  • REST API vs10

    We are new to this API. Any code samples to authenticate/login or using REST API using ASP.NET and C#? Any help is really appreciated? Thanks Rama
  • User management with REST API

    Hello! I've seen a few posts where REST API details were asked and the answer was https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_7.7/Integration/Web_Services/v10/Exampl… I also see documentation to create Users https…
  • How to get json data in REST endpoint

    I have added an extra action to the recordlist view; custom/modules/Opportunities/clients/base/views/recordlist/recordlist.js: ({ extendsFrom: 'RecordlistView', initialize: function(options) { this._super("initialize", [options]); //add listener for custom…
  • Rest API not create new record in 7.7

    I have problem I cannot create record via Rest API after I upgrade to 7.7 In sugar we have example for 7.6 it work fine with PUT POST etc. After I upgrade it need to change some code in call function and it work with PUT but POST not work. No response…
  • How to combine filters in URL?

    I was looking for examples on how to use the filters in the URL and found this: https://developer.sugarcrm.com/2014/02/28/sugarcrm-cookbook3/ In these examples they have the filters in a more 'readable' format: / rest/v10/Accounts/demo_burger_palace/link…
  • how to increase offset in REST webservice

    When I hit the sugarcrm rest end point the default offset is 20. how do I increase that? I tried changing the default value for the list view other than 20 but it doesn't do the trick.
  • SugarCRM 7.7.0.0 recordList for modules API

    I am calling this API http://{site_url}/SugarPro/rest/v10/Accounts I need to sort accounts in ascending order with respect to their distance from current logged in user (I will calculate distance using address of logged in user and specific account).…
  • Missing API file error on AJAX call

    Hi, I've been struggling with the v10 AJAX framework in Sugar 7.6 and I've got it nearly there I think. Having tackled authentication, and a number of other problems, I'm stuck with it stating my GET request has a "Missing API File" with a 400 error.…