Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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: projects/{pid}/workflows/list/completed

Code Block
(POST) /api/projects/{pid}/workflows/list
BODY:
{ 
  "query": 
    "{status}.Matches(3) AND {statusDate}.Matches(\"2024-03-27T10:00:00Z\", \">=\") " 
}

...

projects/{pid}/workflows/list/deliveredcompleted

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

...