v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1477335300.0 KB

Returns a list of all historical purchases, renewals, and system renewal transactions for an AWS account. The list is paginated and ordered by a descending timestamp (most recent transactions are first). The API returns a <code>NotEligible</code> error if the user is not permitted to invoke the operation. If you must be able to invoke this operation, contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a>.

post/#X-Amz-Target=DeviceFarm_20150623.ListOfferingTransactions

Query parameters

nextTokenstring

Pagination token

Headers

X-Amz-Target'DeviceFarm_20150623.ListOfferingTransactions' required

Request body

nextTokenstring

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

Response

Success

nextTokenstring

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

Example response

{
  "offeringTransactions": [
    {
      "cost": {
        "amount": 0,
        "currencyCode": "USD"
      },
      "createdOn": "1470021420",
      "offeringStatus": {
        "type": "RENEW",
        "effectiveOn": "1472688000",
        "offering": {
          "type": "RECURRING",
          "description": "Android Remote Access Unmetered Device Slot",
          "id": "D68B3C05-1BA6-4360-BC69-12345EXAMPLE",
          "platform": "ANDROID"
        },
        "quantity": 0
      },
      "transactionId": "03728003-d1ea-4851-abd6-12345EXAMPLE"
    },
    {
      "cost": {
        "amount": 250,
        "currencyCode": "USD"
      },
      "createdOn": "1470021420",
      "offeringStatus": {
        "type": "PURCHASE",
        "effectiveOn": "1470021420",
        "offering": {
          "type": "RECURRING",
          "description": "Android Remote Access Unmetered Device Slot",
          "id": "D68B3C05-1BA6-4360-BC69-12345EXAMPLE",
          "platform": "ANDROID"
        },
        "quantity": 1
      },
      "transactionId": "56820b6e-06bd-473a-8ff8-12345EXAMPLE"
    },
    {
      "cost": {
        "amount": 175,
        "currencyCode": "USD"
      },
      "createdOn": "1465538520",
      "offeringStatus": {
        "type": "PURCHASE",
        "effectiveOn": "1465538520",
        "offering": {
          "type": "RECURRING",
          "description": "Android Unmetered Device Slot",
          "id": "8980F81C-00D7-469D-8EC6-12345EXAMPLE",
          "platform": "ANDROID"
        },
        "quantity": 1
      },
      "transactionId": "953ae2c6-d760-4a04-9597-12345EXAMPLE"
    },
    {
      "cost": {
        "amount": 8.07,
        "currencyCode": "USD"
      },
      "createdOn": "1459344300",
      "offeringStatus": {
        "type": "PURCHASE",
        "effectiveOn": "1459344300",
        "offering": {
          "type": "RECURRING",
          "description": "iOS Unmetered Device Slot",
          "id": "A53D4D73-A6F6-4B82-A0B0-12345EXAMPLE",
          "platform": "IOS"
        },
        "quantity": 1
      },
      "transactionId": "2baf9021-ae3e-47f5-ab52-12345EXAMPLE"
    }
  ]
}