Getting Package Automation Workflows
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.
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> |