TEA Product Release

Returns a list of TEA product releases. Note that multiple product releases may match.

get/productReleases

Query parameters

pageOffsetinteger

Pagination offset

pageSizeinteger

Pagination offset

idType'CPE' | 'TEI' | 'PURL'

Enumeration of identifiers types

Type of identifier specified in the idValue parameter

idValuestring

If present, only the objects with the given identifier value will be returned.

Response

A paginated response containing TEA Product Releases

timestampstring date-time required
pageStartIndexinteger required
pageSizeinteger required
totalResultsinteger required

Example response

{
  "timestamp": "2024-03-20T15:30:00Z",
  "results": [
    {
      "uuid": "123e4567-e89b-12d3-a456-426614174000",
      "version": "2.24.3",
      "createdDate": "2025-04-01T15:43:00Z",
      "releaseDate": "2025-04-01T15:43:00Z",
      "identifiers": [
        {
          "idType": "TEI",
          "idValue": "tei:vendor:product@2.24.3"
        }
      ],
      "components": [
        {
          "uuid": "3910e0fd-aff4-48d6-b75f-8bf6b84687f0"
        },
        {
          "uuid": "b844c9bd-55d6-478c-af59-954a932b6ad3",
          "release": "da89e38e-95e7-44ca-aa7d-f3b6b34c7fab"
        }
      ]
    }
  ]
}

Changes