Skip to main content

Getting Package Automation Workflows

REST APIs are enabled with AdminStudio Enterprise Edition.

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

Request TypeDescription
APIhttp://localhost:8086/catalog/PackageAutomationWorkflows
MethodGET
ParametersNo parameters required.
Connection InfoProvides the connection information of the package as mentioned in Setting Up Connection to Run REST APIs
ResponseExample: 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>