• v10 API call for /Mail/attachment POST syntax

    Francesca Shiekh directing this straight to you as I believe you could assist, but asking for anyone else in the community for assistance. We are trying to use v10 API call for /Mail/attachment POST (i.e. {"email_attachment":"@\/path\/to\/ExampleDocument…
  • Trouble returning deleted records with API

    Hello, Using Postman, I'm attempting to return a list of contacts which includes records that have been deleted from Sugar. To do so, I'm sending a GET request to the Contacts end point and setting the deleted flag to '1'. However, the API responds with…
  • SQL Queries in v11

    Hello, In previous versions of the SugarAPI (v4, v3, etc.) it was possible to perform SQL queries as part of calls to get_entry_list, though I don't see any similar functionality in v11. Is it still possible to perform such queries when requesting records…
  • Filter on User not working for get method in 7.6.2.1

    Hi , I am having SugarCRM with version as Enterprise 7.6.2.1 build 9 , along with this i am using rest v10 API to search data in my custom application. For this specific instance only filter only on User Module is not working for get Method. While when…
  • How to put date_start parameters via REST got error Did not recognize date_start

    Hi all, I created Calls via REST v10 I copy format of start_date from database. but always return error message. stdClass Object ( [error] => invalid_parameter [error_message] => Did not recognize date_start as a date/time, it looked like 2016-05-19…