Skip to main content

projects/{pid}/workflows/{did}/status/{trg}/delivery/failure

Use this method to report an issue with the delivery you've downloaded.

Currently, using this method primarily resets the workflow status to "Work finished" from "Work delivered." While its impact is minimal now, we recommend its application in anticipation of future enhancements, such as adding notifications for project managers and other features.

URL

CODE
(POST) /api/projects/{pid}/workflows/{did}/status/{trg}/delivery/failure

PARAMETERS

The URL parameters are:

pid

The project ID

int, Mandatory

did

The document ID

int, Mandatory

trg

The target language code

string, Mandatory

RESULTS

This method provides the workflow status and an acknowledgement, detailed as follows:

  • changed: Boolean. Returns true if the status has been successfully reverted to "Work finished".

  • status: Indicates the current workflow status following the change.

  • statusTitle: The name of the current status.

For similar usage examples, you can refer to: Confirm Delivery

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.