projects/{pid}/workflows/list

These methods enable you to enumerate, filter, and locate workflows within a project:

  • Enumerate all workflows in a project.

  • Apply filters using a flexible query language.

  • Print and export lists

  • And much more, enhancing project management and workflow tracking.

DOCUMENTATION

All "Lists" in API 2 adhere to the same API endpoints and functionalities.

For comprehensive details, please consult the generic documentation:https://wordbee.atlassian.net/wiki/spaces/API2/pages/491765

EXAMPLES

Get all workflows in project. Returns the most important properties for each workflow:

(POST) /api/projects/{pid}/workflows/list

 

Get all workflows in project. Include all workflow properties:

(POST) /api/projects/{pid}/workflows/list/all

 

Get all workflows that are in status “Work in progress”. See also: https://wordbee.atlassian.net/wiki/spaces/API2/pages/491753

(POST) /api/projects/{pid}/workflows/list BODY: { "query": "{status}.Matches(0)" }

 

Get all workflows that are in status “Work finished” since a specific date. The translated files are ready for download. We built an API that does exactly this for your convenience: https://wordbee.atlassian.net/wiki/spaces/API2/pages/2589032587

 

By default, each method call returns no more than 20 rows. Use “take” to increase to up to 200. And use pagination with large numbers of workflows. See also

 

For more features see:

RESULTS

Check out this page to see what workflow properties are included in results:

Append “full” to include all properties with results, e.g. .../list/full

 

 

 

Copyright Wordbee - Buzzin' Outside the Box since 2008