mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-20 00:01:21 +00:00
13 lines
214 B
JSON
13 lines
214 B
JSON
{
|
|
"url": "/meetings",
|
|
"method": "GET",
|
|
"qs": {
|
|
"q": "{{parameters.query}}",
|
|
"limit": 25
|
|
},
|
|
"response": {
|
|
"iterate": "{{body.data}}",
|
|
"output": "{{item}}"
|
|
}
|
|
}
|