Contents

AlternativeDistributionPackageVersionsResponse

A response that contains a list of alternative distribution package version resources.

Declaration

object AlternativeDistributionPackageVersionsResponse

Properties

NameTypeDescription
data Required[AlternativeDistributionPackageVersion]

included[*]

links RequiredPagedDocumentLinks

metaPagingInformation

Discussion

This object is the response that contains a list of alternative distribution package versions. For more information, see Read version information for an alternative distribution package. The schema of the response body is below.

{
  "data": [
    {
      "type": "alternativeDistributionPackageVersions",
      "id": "string",
      "attributes": {
        "url": "string",
        "urlExpirationDate": "2025-02-23T06:55:44.288Z",
        "version": "string",
        "state": "COMPLETED"
      },
      "relationships": {
        "variants": {
          "links": {
            "self": "string",
            "related": "string"
          },
          "meta": {
            "paging": {
              "total": 0,
              "limit": 0
            }
          },
          "data": [
            {
              "type": "alternativeDistributionPackageVariants",
              "id": "string"
            }
          ]
        },
        "deltas": {
          "links": {
            "self": "string",
            "related": "string"
          },
          "meta": {
            "paging": {
              "total": 0,
              "limit": 0
            }
          },
          "data": [
            {
              "type": "alternativeDistributionPackageDeltas",
              "id": "string"
            }
          ]
        },
        "alternativeDistributionPackage": {
          "links": {
            "self": "string",
            "related": "string"
          },
          "data": {
            "type": "alternativeDistributionPackages",
            "id": "string"
          }
        }
      },
      "links": {
        "self": "string"
      }
    },
    "included": [
      {
        "type": "alternativeDistributionPackageVariants",
        "id": "string",
        "attributes": {
          "url": "string",
          "urlExpirationDate": "2025-02-23T06:55:44.288Z",
          "alternativeDistributionKeyBlob": "string"
        },
        "links": {
          "self": "string"
        }
      },
      {
        "type": "alternativeDistributionPackageDeltas",
        "id": "string",
        "attributes": {
          "url": "string",
          "urlExpirationDate": "2025-02-23T06:55:44.288Z",
          "alternativeDistributionKeyBlob": "string"
        },
        "links": {
          "self": "string"
        }
      },
      {
        "type": "alternativeDistributionPackages",
        "id": "string",
          "relationships": {
          "versions": {
            "links": {
              "self": "string",
              "related": "string"
            },
            "meta": {
              "paging": {
                "total": 0,
                "limit": 0
              }
            },
            "data": [
              {
                "type": "alternativeDistributionPackageVersions",
                "id": "string"
              }
            ]
          }
        },
        "links": {
          "self": "string"
        }
      }
    ],
    "links": {
      "self": "string",
      "first": "string",
      "next": "string"
    },
    "meta": {
      "paging": {
        "total": 0,
        "limit": 0
      }
    }
  }
}

See Also

Objects