Get Workflow
The returned definition contains base data for the workflow, as well the input and output parameter definitions. It also has links to the workflow presentation and workflow category in which this workflow is located.
To retrieve the input and output parameter definitions localized, add Accept-Language header, with the appropriate locale. In advance, localization resource should be present for the workflow, otherwise it defaults to the standard input and output parameter definitions.
id
The request is successful
"workflow Object"
customized-icon
schema-workflow
name
description
href
id
relations
inputParameters
version
outputParameters
The user is not authorized
Can not find a workflow with the specified id or the user does not have 'read' access rights for that workflow
curl -H 'Authorization: <value>' https://{api_host}/vco/api/workflows/{id}