projects/{pid}/settings/workflow
Get full details of the workflow settings of a project. The workflow defines the different steps to use such as Translation or Revision, defines how to assign workers, how to automate workflow steps and much more.
Inside Wordbee Translator, select a project and click the "Workflow & Suppliers" link to view and edit the workflow.
URL
(GET) /api/projects/{pid}/settings/workflow
PARAMETERS
URL parameters are:
pid | The project id. Use projects/list to find projects and get the project IDs. | int, Mandatory |
RESULTS
The result is a JSON object with the workflow properties.
Please refer to the following page for more information: settings/workflows/{id}