Getting Package Automation Workflows

AdminStudio 2024 R2 | 28.0 | AdminStudio REST APIs

Edition:REST APIs are enabled with AdminStudio Enterprise Edition.

When you send this request, it will return Workflow Id and display name of the Workflow.

Getting Package Automation Workflows API Information

Request Type

Description

API

http://localhost:8086/catalog/PackageAutomationWorkflows

Method

GET

Parameters

No parameters required.

Connection Info

Provides the connection information of the package as mentioned in Setting Up Connection to Run REST APIs 

Response

Example:

http://localhost:8086/catalog/PackageAutomationWorkflows

Response:

<data>

<data>

<WorkflowId>1</WorkflowId>

<WorkflowName>PackageAutomation</WorkflowName>

</data>

<data>

<WorkflowId>2</WorkflowId>

<WorkflowName>Workflow 1</WorkflowName>

</data>

</data>