Fetch a list of transactions, sorted by the date they were created from newest to oldest.
Query parameters
The maximum number of elements to return in a page. You can set this to a maximum of 500 elements. If not specified, the default is 100.
The maximum number of elements to return in a page. You can set this to a maximum of 500 elements. If not specified, the default is 100.
A token returned by a previous call to this operation in the nextPageToken. If not specified, Stedi returns the first page of results.
A token returned by a previous call to this operation in the nextPageToken. If not specified, Stedi returns the first page of results.
List only transactions containing a business identifier with the given value.
List only transactions containing a business identifier with the given value.
Any valid 3-digit X12 Transaction Set Identifier Code, as defined in the X12 standard. See: https://www.stedi.com/edi/x12/element/143.
List only a given type of transaction. Accepts any valid 3-digit X12 Transaction Set Identifier Code, as defined in the X12 standard. See: https://www.stedi.com/edi/x12/element/143.
List only transactions sent by the given profile. This is the profile ID of the sender.
List only transactions sent by the given profile. This is the profile ID of the sender.
List only transactions sent to the given profile. This is the profile ID of the receiver.
List only transactions sent to the given profile. This is the profile ID of the receiver.
The direction of the transaction. Inbound transactions are those you receive from a payer, provider, or other trading partner. Outbound transactions are those you send to a payer, provider, or other trading partner.
The direction of the transaction. Inbound transactions are those you receive from a payer, provider, or other trading partner. Outbound transactions are those you send to a payer, provider, or other trading partner.
Indicates whether the transaction contains test or production data. Stedi determines this from the value in ISA15 Usage Indicator Code.
Indicates whether the transaction contains test or production data. Stedi determines this from the value in ISA15 Usage Indicator Code.
A status indicating whether Stedi was able to successfully process the transaction.
A status indicating whether Stedi was able to successfully process the transaction.
The start of the time range to filter transactions. The results will include transactions created at or after this timestamp.
The start of the time range to filter transactions. The results will include transactions created at or after this timestamp.
The end of the time range to filter transactions. The results will include transactions up to and including this timestamp.
The end of the time range to filter transactions. The results will include transactions up to and including this timestamp.
List only transactions containing a business identifier with the given element ID. This is the X12 element ID, such as "127" for Reference Identification. May only be supplied if businessIdentifier is also supplied. See Stedi's EDI references pages to find element IDs.
List only transactions containing a business identifier with the given element ID. This is the X12 element ID, such as "127" for Reference Identification. May only be supplied if businessIdentifier is also supplied. See Stedi's EDI references pages to find element IDs.
List only transactions that were sent or received on the given partnership. This is the partnership ID, such as "local_clearinghouse-test".
List only transactions that were sent or received on the given partnership. This is the partnership ID, such as "local_clearinghouse-test".
Response
ListTransactions 200 response