Retrieve Workflow

get

[host-url]/dt-rest/v2/workflows/{workflowId}

Retrieves a workflow by its ID.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

a workflow object, wrapped in a Response object
Body ()
Root Schema : WorkflowBaseDTO
Type: object
JSON that represents a workflow with basic information.
Show Source

401 Response

Unauthorized

404 Response

Not Found
Back to Top