This endpoint is used to retrieve a transaction's output document url after it has been translated via Core.

This endpoint returns the document download URL, it must be then fetched for the actual document content. There are no size restrictions on documents when fetching from this endpoint.

get/transactions/{transactionId}/output-url

Path parameters

transactionIdstring required

A unique identifier for the processed transaction within Stedi. This ID is included in the transaction processed event. You can also retrieve it manually from the transaction's details page within the Stedi portal.

A unique identifier for the processed transaction within Stedi. This ID is included in the transaction processed event. You can also retrieve it manually from the transaction's details page within the Stedi portal.

Response

GetTransactionOutputDocumentUrl 200 response

documentDownloadUrlstring

A URL to download the document. This URL is available for 60 minutes.

Changes

Changed in 3 of the 51 revisions of this API.14

    • added the non-success response with the status 422

      response-non-success-status-added

  • e8b8d62c2e1511See the full diff
    • removed the optional property cause from the response with the 500 status

      response-optional-property-removed

    • added the optional property exceptionCause to the response with the 500 status

      response-optional-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the non-success response with the status 409

      response-non-success-status-added

    • added the optional property code to the response with the 400 status

      response-optional-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog