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/v1/projects/{projectUid}/workflowSteps
{
"projectWorkflowSteps": [
{
"id": 123,
"abbreviation": "<string>",
"name": "<string>",
"workflowLevel": 123,
"workflowStep": {},
"lqaProfileUid": "<string>"
}
]
}
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/workflowSteps
{
"projectWorkflowSteps": [
{
"id": 123,
"abbreviation": "<string>",
"name": "<string>",
"workflowLevel": 123,
"workflowStep": {},
"lqaProfileUid": "<string>"
}
]
}
Return only steps containing jobs assigned to the calling linguist.
successful operation
Show child attributes
Was this page helpful?