Skip to main content

Setting Workflow Requests

AdminStudio 2025 | 29.0 | AdminStudio REST APIs

REST APIs are enabled with AdminStudio Enterprise Edition.

When you send this request, it will set the workflow for the specified backlog request

Request TypeDescription
APIhttp://localhost:8086/catalog/WorkflowRequest/?PackageRequestId=XX&WorkflowId=XX
MethodSET
ParametersList all parameters in the following format: PackageRequestId = The Id of the Backlog request. WorkflowId = The Id of the Workflows.
Connection InfoProvides the connection information of the package as mentioned in Setting Up Connection to Run REST APIs
ResponseExample: http://localhost:8086/catalog/WorkflowRequest/?PackageRequestId=7&WorkflowId=1 Response: <data>The RequestId is set to the specified automation workflow</data>