HI All, I am having an issue while integrating rest api with SNOW for table sc_task. below is the payload which I want to use/using -
headers = {
"Accept": "application/json",
"Content-Type": "application/json"
}
payloads = {
"sys...
Thank Shashank for bringing my notice to the url parameters - paramname1=paramvalue1¶mname2=paramvalue2...etc. this has resolved my issue. Thank you once again.
------------------------------Mritunjay Tiwari------------------------------