Skip to main content
Version: Current

Introduction

APIs and Models to handle your automation processes

API

Here is the list of APIs existing under the processes category.

APIDescription
DeleteProcessAsyncThe API deletes an existing Process from the connected AI Command Center.
DownloadAsyncThe API downloads an existing Process with a specified ProcessId from the connected AI Command Center.
GetEditPermittedProcessesAsyncGets the list of all edit permitted ProcessInfo from the connected AI Command Center.
GetProcessByIdAsyncGets the ProcessInfo from the connected AI Command Center.
GetProcessByNameAsyncGets the ProcessInfo with specified process name from the connected AI Command Center.
GetProcessVersionThe API gets the latest version details of the specified process name from the connected AI Command Center.
GetProcessDefVersionByGuidThis API retrieves the specified process's most recent or active version from the connected AI Command Center.
GetProcessesAsyncGets the list of all ProcessInfo from the connected AI Command Center.
GetVersionsGets the list of all the release versions in the form of ProcessInfo of specified process ID from the connected AI Command Center.
UploadAsyncThe API uploads the process into the connected AI Command Center from the specified path.

Models

Here is the list of Models used in Processes APIs.

ModelsDescription
ProcessInfoThe structure represents an instance of the Process entity.
ProcessVersionThe structure represents an instance of the Process Version entity.