-
Notifications
You must be signed in to change notification settings - Fork 11
gw_fct_setfilters
edgarfuste edited this page Jun 1, 2022
·
1 revision
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"
}
}