{
"typeId": "api",
"category": "snack",
"apiId": "list",
"apiName": "snack List",
"apiType": "service",
"method": "GET",
"parameters": [
],
"statistic": true,
"aggregation": false,
"root": {
"configId": "root",
"tid": "snack",
"type": "query",
"cacheable": true,
"cacheTime": 60,
"customResponse": "sampleResponse",
"query": [
{
"method": "matchingShould",
"field": "id",
"value": "{{:id}}",
"useCacheKey": false
},
{
"method": "matchingShould",
"field": "name",
"value": "{{:name}}"
}
],
"response": [
{
"field": "_all_",
"type": "all"
}
]
}
} |