Dataset: Variables
Dataset name:
ds_variables
Description
Table for storing variables.
Fields in this dataset
Name | Field Name | Description | Field Type | Field Example |
---|---|---|---|---|
Variables ID |
id
|
ID - So the API can return multiple variables at once. | serial | 1 |
Variables Instance |
instance
|
Instance - only because the API expects an instance. | int | 2 |
Name |
var_name
|
The name of the variable. | varchar | Name |
Value |
var_value
|
The value of the variable stored serialized in a blob. | blob | John Doe |