Get all of the possible Workflow Templates owned by the team. Useful for retrieving the ids corresponding to each workflow tables, and passing them to subsequent requests, for example, creating a new Job with a specific Workflow.
Example CURL:
bash curl -X GET 'https://api.lilt.com/v2/workflows/templates?key=API_KEY'
An array with a team's available WorkflowTemplates.
The response is of type object[]
.