12-16-2019 09:36 AM
Hi All,
I am trying to send the following JSON values to Rest POST snap. In the JSON the first element is the body to POST and second element is token. Can someone suggest me how can i handle this. Thanks in advance. Following is my JSON document.
[
– element 1, body to Rest POST
{
“format”:“csv”
“version”:“1.2”
“name” :“example”
“queries”:[{
“name” : “query1”,
“query”: “select id, name from tableA”,
“type” : “query”
}]
}
– element 2, token to Rest POST
{
“token”: “xxxxxxxxx”
“id”:“xxxxxxxxxx”
}
]
Thanks,
Aj
12-16-2019 03:30 PM
Hi Ajay,
I would suggest you to send the token in the header of the POST call. Similar like the picture below. Have you tried that before?
Let us know if that helped.
Regards,
Petar