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

An array with a team's available WorkflowTemplates.

id
number

Identifier of a teams Workflow template. Can be used during Job creation for specifying the workflow used for a job or language pair.

Example:

15

name
string
Example:

"Translate > Review > Customer Review"

TeamId
number

The name of a given Workflow template.

Example:

100

stages
object[]

The stages in this workflow template.