Skip to content

gw_fct_getpermissions

Edgar Fuste edited this page Nov 2, 2021 · 1 revision

Description

Get information about current user permissions

Input example

SELECT gw_fct_getpermissions($${"tableName":"v_arc_pipe"}$$::json)

Output example

{
  "status": "Accepted",
  "version": {
    "value": "3.4.019"
  },
  "tableName": "v_arc_pipe",
  "isEditable": false,
  "permissions": {}
}
Clone this wiki locally