REST API

Hi

Can anyone confirm if this plugin uses the REST API? If so which version of it? We were getting ‘strict standard’ errors with REST 4.1 which we have fixed but there are still issues with the performance of this plugin. It connects OK but the archiving doesn’t work and they contact mapping to modules in pretty unstable.

Thanks

Hi,

I believe the REST API in SuiteCRM is the same as in SugarCRM CE 6.5.x, so it will likely be version 4

You can find some helpful links to examples of using REST api with the CRM here:
https://gist.github.com/ashfame/1467944
http://stackoverflow.com/questions/12615498/sugarcrm-how-to-get-all-contacts-for-an-account-via-rest-api
https://github.com/asakusuma/SugarCRM-REST-API-Wrapper-Class

and I imagine if you search for SugarCRM Rest API or SuiteCRM rest API, you could find many other guides