getGlobalVar

<< Click to Display Table of Contents >>

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

getGlobalVar

Route

/delta/rpc/getGlobalVar

Summary

Returns a specified global variable

Sample URL

http://192.168.0.1/api/delta/rpc/getGlobalVar?key=[string]

Parameters

Name

Description

Required

Data Type

Key

Global variable key

Required

string

Sample response

{

   "status": 0,

   "msg": "Function: getGlobalVar called OK",

   "data": "test"

}

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