Retrieve Workflow
get
[host-url]/dt-rest/v2/workflows/{workflowId}
Retrieves a workflow by its ID.
Request
Path Parameters
-
workflowId(required): string
the ID of the workflow to retrieve
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
a workflow object, wrapped in a Response object
Root Schema : WorkflowBaseDTO
Type:
objectJSON that represents a workflow with basic information.
Show Source
401 Response
Unauthorized
404 Response
Not Found