achava02
6 years agoNew Contributor III
How to pass parameters from JSON to Rest POST snap
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