GET
/
v2
/
workflows
/
templates
Retrieve workflow templates
curl --request GET \
  --url https://api.lilt.com/v2/workflows/templates
[
  {
    "id": 15,
    "name": "Translate > Review > Customer Review",
    "TeamId": 100,
    "stages": [
      {
        "name": "Translate",
        "assignmentType": "TRANSLATE"
      }
    ]
  }
]

Authorizations

key
string
query
required

Response

200
application/json

An array with a team's available WorkflowTemplates.

The response is of type object[].