Hi Everyone there,
Could anybody help with below: I want to get, post and put from sugarCRM cloud API using python.
I can make get Contacts work, but the filter just doesn't work...
"OAuth-Token": session["access_token"],
Hi Everyone there,
Could anybody help with below: I want to get, post and put from sugarCRM cloud API using python.
I can make get Contacts work, but the filter just doesn't work...
"OAuth-Token": session["access_token"],
Hi Sophie,
Maybe you could try to specify your call using POSTMAN and define your request ; then use the CODE SNIPPET option to see how you can express this query in your language : learning.postman.com/.../
Best regards,
Fred
Hi Fred,
I tired it, and it is a good resource.
Just one more question please:
I want to update existing record with changing the name, but it fails... could you please suggest how to do that using postman?
Thank you very much!
And, let's say, I have a bunch of records to update, how can I do that in one call. Or do I have to call API every time want to change a record?
Hi Sophie,
You re URL seems wrong. The ID you defined as a Param must replace your :record in your URL.
For mass update, take a look at the Bulk api.
Ben aware that you can access the whole api Doc of your instance by adding rest/v11_4/help at the end of your sugar url in your brosser.
Fred
Hi Sophie,
You re URL seems wrong. The ID you defined as a Param must replace your :record in your URL.
For mass update, take a look at the Bulk api.
Ben aware that you can access the whole api Doc of your instance by adding rest/v11_4/help at the end of your sugar url in your brosser.
Fred