WorkflowTemplateApi
extends AbstractApi
in package
Workflows are the sequences of steps that content in your project should go through (e.g. pre-translation, translation, proofreading).
You can use a default template or create the one that works best for you and assign it to the needed projects. Use API to get the list of workflow templates available in your organization and to check the details of a specific template.
Table of Contents
Methods
- get() : WorkflowTemplate|null
- Get Workflow Template Info
- list() : ModelCollection
- List Workflow Templates
Methods
get()
Get Workflow Template Info
public
get(int $templateId) : WorkflowTemplate|null
Parameters
- $templateId : int
Tags
Return values
WorkflowTemplate|nulllist()
List Workflow Templates
public
list([array<string|int, mixed> $params = [] ]) : ModelCollection
Parameters
- $params : array<string|int, mixed> = []
-
integer $params[groupId]
integer $params[limit]
integer $params[offset]