gw_fct_setfilters - Giswater/giswater_dbmodel GitHub Wiki
Set filter on database and get dialog and values for current user
SELECT gw_fct_setfilters($${
"client":{"device":4, "infoType":1, "lang":"ES", "cur_user":"test_user"}, "form":{},
"feature":{},
"data":{"id_arg":0, "status":"1", "tabname":"selector_expl", "tabidname":"expl_id"}}$$);Common input parameters: (client, form, feature)
Specific input parameters: (data)
We always work with names as much autodocumented as possible. If you feel some else please request it to [email protected].
Common output parameters: (status, message, version)
Specific output parameters: (body)
We always work with names as much autodocumented as possible. If you feel some else please request it to [email protected].
{
"status": "Accepted",
"apiVersion": {
"value": "3.4.034"
}
}

