GET
/
transactions
  curl --request GET \
    --url https://core.us.stedi.com/2023-08-01/transactions \
    --header "Authorization: ${STEDI_API_KEY}" 
{
  "items": [
    {
      "direction": "OUTBOUND",
      "mode": "production",
      "fileExecutionId": "f75168e4-e682-4410-bfec-b5b1541c7f21",
      "transactionId": "a15b68ca-fae0-42de-b8a3-f436668b8604",
      "processedAt": "2023-08-28T09:00:28.354Z",
      "artifacts": [
        {
          "artifactType": "application/json",
          "sizeBytes": 490,
          "usage": "input",
          "url": "https://core.us.stedi.com/2023-08-01/transactions/a15b68ca-fae0-42de-b8a3-f436668b8604/input"
        },
        {
          "artifactType": "application/edi-x12",
          "sizeBytes": 51,
          "usage": "output",
          "url": "https://core.us.stedi.com/2023-08-01/transactions/a15b68ca-fae0-42de-b8a3-f436668b8604/output"
        }
      ],
      "partnership": {
        "partnershipId": "i-am-another-merch_this-is-me",
        "partnershipType": "x12",
        "sender": {
          "profileId": "i-am-another-merch"
        },
        "receiver": {
          "profileId": "this-is-me"
        }
      },
      "x12": {
        "metadata": {
          "interchange": {
            "acknowledgmentRequestedCode": "1",
            "controlNumber": 2
          },
          "functionalGroup": {
            "controlNumber": 2,
            "release": "008010",
            "date": "2023-08-28",
            "time": "09:00:20",
            "functionalIdentifierCode": "PO"
          },
          "transaction": {
            "controlNumber": "1",
            "transactionSetIdentifier": "850"
          },
          "receiver": {
            "applicationCode": "THISISME",
            "isa": {
              "qualifier": "ZZ",
              "id": "THISISME"
            }
          },
          "sender": {
            "applicationCode": "ANOTHERMERCH",
            "isa": {
              "qualifier": "14",
              "id": "ANOTHERMERCH"
            }
          }
        },
        "transactionSetting": {
          "guideId": "01H8PSWG4ZD6QPKC9VSD42PQX3",
          "transactionSettingId": "005010-850"
        }
      }
    }
  ],
  "nextPageToken": "be08e5ba4bf36da9da27dcb651e64a6e5502685499994f354"
}

Authorizations

Authorization
string
headerrequired

API key authentication via the 'Authorization' header

Query Parameters

pageSize
number

The maximum number of elements to return in a page. If not specified, the default is 100.

pageToken
string

pageToken is an opaque token returned by a previous call to this operation in the nextPageToken. If not specified, the first page of results is returned.

Response

200 - application/json
nextPageToken
string

The token used for pagination

items
object[]
required