简体   繁体   中英

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.

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 )

是的,端点在所有版本的Sugar中都是一致的。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM