Path Parameters
Query Parameters
Return only steps containing jobs assigned to the calling linguist.
Response
successful operation
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>",
"uid": "<string>",
"id": "<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>",
"uid": "<string>",
"id": "<string>",
"order": 123,
"lqaEnabled": true
}
}
]
}
Return only steps containing jobs assigned to the calling linguist.
successful operation
Show child attributes
Was this page helpful?