Retrieve a transaction's output document.

get/transactions/{transactionId}/attachment/{artifactId}

Path parameters

transactionIdstring required

A unique identifier for the processed transaction within Stedi. This ID is included in the transaction processed event, or you can 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, or you can retrieve it manually from the transaction's details page within the Stedi portal.

artifactIdstring required

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

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

Changes

Changed in 4 of the 51 revisions of this API.15

    • 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

    • endpoint added

      endpoint-added