Files

12 lines
209 B
JSON

{
"url": "/templates",
"method": "GET",
"qs": {
"q": "{{parameters.query}}"
},
"response": {
"iterate": "{{ifempty(body.data, body)}}",
"output": "{{item}}"
}
}