setting-search-page.json 710 B

12345678910111213141516171819
  1. {
  2. "==Intro==": "template api for basic-settings search page API such as igroup, cgroup, agroup, branch, stroage",
  3. "//FilterName": "to filter for table field : ex) igroup_code",
  4. "//FilterValue": "to specify value of table field: ex) '123' ",
  5. "//Caution": "Query, Fields, Asc, Desc are not available in PageVar because some of them alreday specified or fixed in API automatically",
  6. "//QueryVars.QueryName": "Copy QueryVars.QueryName Values from parameter.QueryVars.Name in runtime",
  7. "QueryVars": {
  8. "QueryName": "deal_type",
  9. "FilterName": "",
  10. "FilterValue": ""
  11. },
  12. "PageVars": {
  13. "Limit": 10,
  14. "Offset": 0,
  15. "ReturnJson": "This is for Tmp Value String for Query Condition in Base64Encoded"
  16. }
  17. }