getGlobalVarList

<< Click to Display Table of Contents >>

Navigation:  Delta Web Service > Core Modules > Delta Web Service API > DWS API Operations >

getGlobalVarList

Route

/delta/rpc/getGlobalVarList

Summary

Returns all global variables

Sample URL

http://192.168.0.1/api/delta/rpc/getGlobalVarList

Sample response

{

   "status": 0,

   "msg": "Function: getGlobalVarList called OK",

   "data": [

       {

           "key": "$var1",

           "value": "test",

           "type": "STRING"

       }

   ]

}

Page edited [d/m/y]: 15/12/2020