-
Notifications
You must be signed in to change notification settings - Fork 33
gw_fct_setfilters
Daniel Marín edited this page Jul 8, 2026
·
2 revisions
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 info@giswater.org.
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 info@giswater.org.
{
"status": "Accepted",
"apiVersion": {
"value": "3.4.034"
}
}

