Reputation: 221
Forgive if this question is silly. I just started reading the SugarCRM developer documentation and got confused on the endpoints for REST. The CE edition has rest.php as the endpoint for REST. So, if I write my app to contact these php endpoints, will this hold good for the on-demand version as well. Please let me know if it makes sense. Thanks.
Upvotes: 0
Views: 312
Reputation: 1464
The endpoints do not differ based on SugarCRM editions. In addition I would use the url based on the version of the API. That way you are sure that SugarCRM upgrades don't change the API signature.
So on SugarCRM version 6.4, the urls are: (source)
Upvotes: 1