• Sage CRM: Error occurs with Rest API (sdata) DELETE request when Table Script is present

    We use the Sage CRM Rest API (sdata) to view and administrate companies, persons, email addresses and phone numbers. GET's work fine, but when we issue one of the other methods, eg. DELETE, an error occurs on the server. Also responses get very slow.…
  • SageCRM Rest API - what happens when Tomcat-session is created?

    When we submit a series of GET-requests to the SageCRM Rest API, the first request takes up a great amount of time: at least 500 ms. Using the SQL Server Profiler I discovered that (at the first GET-request) there are two SQL Select statements executed…
  • SageCRM Rest API - wrong path in tomcat Cookie

    Any request on the SageCRM Rest API gets redirected on the application server by IIS from "{server}/sdata/{installName}j/sagecrm2/-/{resource}" to "localhost:{port}/{installName}j/sagecrm2/-/{resource}". When returning from this request the respons contains…
  • SageCRM Rest API - responses are slow

    We use the Rest API of SageCRM to get data and update data. The performance of the Rest API is poor: a general get of one Person takes 500 ms. Is this the normal response time you can expect from the SageCRM Rest API? Do you have any suggestions to…
  • Access Sage CRM relationship data via Rest API (sdata)

    Is there a way to acces and update Sage CRM relationship data? We use the Rest API interface (sdata in version 2022 R2) to access company and person data. In the user interface we use relationships to do company-company relationships. In the Sage CRM…