• requesting additional fields in ProductTemplates/GET

    Currently I am trying to export a JSON file of all my products from Product Templates using the following Endpoint , I do receive the basic parameters expected which is ID, Data, state and index. My products contain additional fields like Price, quantity…
  • 422 unprocessable entity on get_entry_list (record_list)

    Hiya, I have recently been having an issue with my python program, I have been trying to retrieve a record list which you can read about here or what is defined as "get_entry_list" in the doccumetation so I can then use the ID to proceed with a export…
  • export failiure - Could not find a handler for the path specified in the request.

    Hiya, Upon trying to export my Product Templates into a csv file sugarcrm using the get request below export = a.get('.../rest/v11_8/ProductTemplates/export/' + exportline + '?platform=base',allow_redirects=True, headers = headers) os.remove(r…
  • Python requests - invalid paramaters on POST request for record list

    Hiya, I have split this up into what I am trying to do and the issue it's self for people who wanna jump straight to the issue or want to read on what I am trying to do first. what I am trying to do: I have been recently making a program for our…