Skip to main content
Version: Current

Introduction

APIs and Models to manage your Enterprise Variables

API

Here are the list of APIs existing under Enterprise Variables category.

APIDescription
CreateVariableAsyncThe API creates a new Enterprise Variable with provided details inside the connected AI Command Center.
DeleteVariableAsyncDeletes the specified Enterprise Variable from the connected AI Command Center.
GetAllEVariablesAsyncGets the list of all Enterprise Variables from the connected AI Command Center.
GetVariableByIdAsyncGets the specified Enterprise Variable from the connected AI Command Center.
GetVariableValueRetrieves the value of the specified Enterprise Variable from the connected AI Command Center.
UpdateVariableAsyncUpdates the specified Enterprise Variable details inside the connected AI Command Center.

Models

Here are list of Models used in Enterprise Variables APIs.

ModelsDescription
EnterpriseVariableThe structure represents an instance of the EnterpriseVariable entity.
NewVariableThe structure represents an instance of the New Enterprise Variable entity.
VariableScopesThe VariableScopes object enumeration.
VariableTypesThe VariableTypes object enumeration.