GET
/
transactions
/
{transactionId}
/
fragments
/
{fragmentIndex}

This functionality is available in a Stedi module. Contact us for details.

Authorizations

Authorization
string
header
required

A Stedi API Key for authentication.

Path Parameters

transactionId
string
required

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

fragmentIndex
number
required

The identifier for a specific fragment within a processed transaction. This ID is included in the fragment processed event, or you can retrieve it manually from the transaction's details page within the Stedi app.

Response

200 - application/json
artifacts
object[]
required
direction
enum<string>
required
Available options:
INBOUND,
OUTBOUND,
UNKNOWN
fileExecutionId
string
required
fragmentIndex
number
required
fragments
object
required
mode
enum<string>
required
Available options:
test,
production,
other
partnership
object
required
processedAt
string
required
transactionId
string
required

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

transactionUrl
string
required
x12
object

Was this page helpful?