/
Tasks
Tasks
Tasks endpoints allows to get the current status of the asynchronous task and it result.
GET | /congree/api/Tasks/v1/Status/{taskId} | Gets task status |
Response
{ "State": "string", "ErrorInfo": { "Code": int, "Message": "string" } }
Available states: Pending, InProgress, Success, Failed
ErrorInfo present in state Failed only. In other cases it is null.
GET | /congree/api/Tasks/v1/Result/{taskId} | Gets task result |
Available only for finished tasks (states: Success, Failed)
Response
{ "Result": <result object> }
In failed state "Result" contains ErrorInfo object. In success state - corresponding result. Result available 5 minutes after the task is completed.
, multiple selections available,
Related content
Congree Platform
Congree Platform
More like this
Congree TermTiger - Status
Congree TermTiger - Status
More like this
Checking content
Checking content
More like this
Storing a paragraph related report
Storing a paragraph related report
More like this
Release 020: Congree Authoring Server Release Notes - 2024-10-19
Release 020: Congree Authoring Server Release Notes - 2024-10-19
More like this
Release 016: Congree Authoring Server Release Notes - 2024-08-02
Release 016: Congree Authoring Server Release Notes - 2024-08-02
More like this