Retrieve a Workflow's Interactions

You can retrieve the list of all user interactions for a workflow by using the vRealize Orchestrator REST API.

Procedure

  1. Retrieve the definition of the workflow by making a GET request at the URL of the workflow's definition:
    GET https://{orchestrator_fqdn}/vco/api/workflows/{workflowID}/
  2. Get the list of workflow interactions by making a GET request to the URL of the workflow's interactions:
    GET https://{orchestrator_fqdn}/vco/api/workflows/{workflowID}/interactions/

Results

If the GET request is successful, you receive the status code 200 and a list of all user interactions available for the workflow.