• Mapping of documents module to accounts and downloading documents via API

    Hello all, My company is currently on SugarCRM 13.3.0 . I'm using the API v11_22 endpoints in Python with the standard request library. Endpoints: Trouble with "https://{site_url}/rest/v11_22/Documents/filter" Example below to https://{site_url…
  • What is the use of erased_fields=true in REST API ?

    Hi, We are using rest api to get the records from any module , We see there is parameter used in that ?erased_fields=true , What does that mean ? For ex : we are using the api : / rest/v11_20/M03_Work_Product?erased_fields=true&view=list&order_by…