GET
/
api2
/
v2
/
projects
/
{projectUid}
/
workflowSteps
Get workflow steps
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
      }
    }
  ]
}

Path Parameters

projectUid
string
required

Query Parameters

withAssignedJobs
boolean
default:false

Return only steps containing jobs assigned to the calling linguist.

Response

200
application/json

successful operation

The response is of type object.