Introduction
APIs and Models to manage your Enterprise Variables
API
Here are the list of APIs existing under Enterprise Variables category.
API | Description |
---|---|
CreateVariableAsync | The API creates a new Enterprise Variable with provided details inside the connected Control Room. |
DeleteVariableAsync | Deletes the specified Enterprise Variable from the connected Control Room. |
GetAllEVariablesAsync | Gets the list of all Enterprise Variables from the connected Control Room. |
GetVariableByIdAsync | Gets the specified Enterprise Variable from the connected Control Room. |
GetVariableValue | Retrieves the value of the specified Enterprise Variable from the connected Control Room. |
UpdateVariableAsync | Updates the specified Enterprise Variable details inside the connected Control Room. |
Models
Here are list of Models used in Enterprise Variables APIs.
Models | Description |
---|---|
EnterpriseVariable | The structure represents an instance of the EnterpriseVariable entity. |
NewVariable | The structure represents an instance of the New Enterprise Variable entity. |
VariableScopes | The VariableScopes object enumeration. |
VariableTypes | The VariableTypes object enumeration. |