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
}
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
}
successful operation
The response is of type object
.
Was this page helpful?