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,
Can you tell me where i can get the oauth-token please?
Thanks
Jorge Parente oauth-token is fetched from the API call "POST /oauth2/token"
Thanks André Lopes. I will try using the postman to do this post and get the oauth-token!!
Thanks André Lopes. I will try using the postman to do this post and get the oauth-token!!