Variables enable you to store and reuse values. By storing a value as a variable, you can reference it throughout your workspace. Variables can be stored in a group, allowing for reuse of a variable name. Variables are only accessible (scope) within a workspace.
No description...
| Overload | Return Type |
|---|---|
| AddItem(string group_id, jobject variable) | object |
No description...
| Overload | Return Type |
|---|---|
| AddGroup(string groupName) | object |
| AddGroup(string groupName, datetime endDate) | object |
| AddGroup(string groupName, jarray data) | object |
| AddGroup(string groupName, datetime endDate, jarray variables) | object |
No description...
| Overload | Return Type |
|---|---|
| DeleteGroup(string group_id) | boolean |
No description...
| Overload | Return Type |
|---|---|
| DeleteItem(string variable_id) | boolean |
No description...
| Overload | Return Type |
|---|---|
| ExtendGroup(string id, datetime endDate) | object |
No description...
| Overload | Return Type |
|---|---|
| GetItemsByName(string[] variable_names) | array |
No description...
| Overload | Return Type |
|---|---|
| GetItem(string variable_id) | object |
No description...
| Overload | Return Type |
|---|---|
| GetItemValue(string variable_id, string functionName) | variableitem |
Retrieve the properties of an existing variable group.
| Overload | Return Type |
|---|---|
| GetGroup(string id) | object |
List of available variable data types.
| Overload | Return Type |
|---|---|
| GetDataTypes() | array |
No description...
| Overload | Return Type |
|---|---|
| GetItems(string group_id) | array |
No description...
| Overload | Return Type |
|---|---|
| UpdateGroup(string id, string title) | object |
| UpdateGroup(string id, string groupName, string title) | object |