GET
/
api2
/
v1
/
workflowSteps
/
{workflowStepUid}
Get workflow step
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/workflowSteps/{workflowStepUid}
{
  "id": "<string>",
  "uid": "<string>",
  "name": "<string>",
  "abbr": "<string>",
  "order": 123,
  "lqaEnabled": true
}

Path Parameters

workflowStepUid
string
required

Response

200
*/*

successful operation

The response is of type object.