Gets A workflow

Gets A workflow

Gets a workflow by id

Request
URI
GET
https://{api_host}/advanced-designer-service/api/workflows/{workflowId}
COPY
Path Parameters
string
workflowId
Required

The workflow id


Responses
200

successful operation

Returns workflow of type(s) */*
{
    "name": "string",
    "description": "string",
    "id": "string",
    "inputParameters": [
        {
            "name": "string",
            "type": "string"
        }
    ],
    "outputParameters": [
        {
            "name": "string",
            "type": "string"
        }
    ]
}
string
name
Required

name

string
description
Required

description

string
id
Required

id

inputParameters
Optional

inputParameters

outputParameters
Optional

outputParameters