v1

latestOpenAPI 3.1.1Apache 2.02026-07-17233761.2 KB
TEA Product Release

Get releases of the product

get/product/{uuid}/releases

Path parameters

uuidstring uuid required

A UUID

UUID of TEA Product in the TEA server

Query parameters

pageSizeinteger

The maximum number of results to return.

pageTokenstring

An opaque token used to retrieve the next page of results. This should be copied exactly from the nextPageToken field of a previous response.

sortField'createdDate' | 'releaseDate' | 'version'

The field by which to sort the results.

sortOrder'asc' | 'desc'

The direction of the sort.

Response

A paginated response containing TEA Product Releases

hasNextboolean required

A flag (to aid clients) to know whether there is a next page of results to fetch.

nextPageToken will always be supplied, hence this hint is included to aid clients.

nextPageTokenstring required

A token that can be used in a following request to retrieve the next page or results.

It must always be supplied in responses.

Example response

{
  "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"
        }
      ]
    }
  ]
}