Skip to main content
GET
Retrieve workflow templates

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

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.