Tagged: RESTful

SugarREST API returns a entry_list even when the record is not found 0

SugarREST API returns a entry_list even when the record is not found

Calling the REST API get_entry for a record that does not exist, I would expect that the service returns a fault instead of a entry_list. See example shown below:

Source 1. JSON returned...