Files
warmbly/integrations/make/rpcs/templateList/api.iml.json
T

15 lines
253 B
JSON

{
"url": "/templates",
"method": "GET",
"qs": {
"limit": 100
},
"response": {
"iterate": "{{body.data}}",
"output": {
"label": "{{item.name}}",
"value": "{{item.id}}"
}
}
}