• Requesting Leads via API with "Accept Status" field results in incorrect number of records returned?

    Hello, I'm currently using the rest API (V11_1) and Sugar 8.2 to try and pull Leads records from my Sugar instance. In most cases this works correctly, and all 1,754 of the leads in the instance are returned. However, when I make a request that specifically…
  • 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…