Aravind
Aravind

Reputation: 221

SugarCRM rest endpoints

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

Answers (2)

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

jmertic
jmertic

Reputation: 2208

Yes, the endpoints are consistent across all editions of Sugar.

Upvotes: 0

Related Questions