home > API > [/script/variables] > |
request url |
https://[SERVER]:[PORT]/script/variables[?PARAMETER1=value[&...]] |
short description |
Retrieves information about input variables of the provided script. |
long description |
|
parameters |
name |
type |
description |
sid |
string |
Session identifier for a server connection. Use the
/server/login request to get a valid
session identifier. |
definition |
string |
Content of the script (at least first lines containing VARIABLE_DECLARE functions). |
|
result |
# |
name |
type |
description |
0 |
variable |
string |
Name of the variable. |
1 |
type |
integer |
Type of the value (1=NUMERIC, 2=STRING). |
2 |
default |
string |
Default value of the variable (string or numeric). |
3 |
description |
string |
Description of the variable. |
|
examples |
|
further information |
|