curl --request GET \
--url https://cloud.memsource.com/web/api2/v2/projects/{projectUid}/workflowSteps{
"projectWorkflowSteps": [
{
"id": 123,
"abbreviation": "<string>",
"name": "<string>",
"workflowLevel": 123,
"workflowStep": {
"name": "<string>",
"id": "<string>",
"uid": "<string>",
"order": 123,
"lqaEnabled": true
}
}
]
}curl --request GET \
--url https://cloud.memsource.com/web/api2/v2/projects/{projectUid}/workflowSteps{
"projectWorkflowSteps": [
{
"id": 123,
"abbreviation": "<string>",
"name": "<string>",
"workflowLevel": 123,
"workflowStep": {
"name": "<string>",
"id": "<string>",
"uid": "<string>",
"order": 123,
"lqaEnabled": true
}
}
]
}Was this page helpful?