TEA Product Release

Get a TEA Product Release

get/productRelease/{uuid}

Path parameters

uuidstring uuid required

A UUID

UUID of TEA Product Release in the TEA server

Response

Requested TEA Product Release found and returned

uuidstring uuid required

A UUID

productstring uuid

A UUID

productNamestring

Name of the TEA Product this release belongs to

versionstring required

Version number of the product release

createdDatestring date-time required

Timestamp

releaseDatestring date-time

Timestamp

preReleaseboolean

A flag indicating pre-release (or beta) status. May be disabled after the creation of the release object, but can't be enabled after creation of an object.

Example response

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

Changed in 12 of the 53 revisions of this API.336

    • added the new COMPLIANCE_DOCUMENT enum value to the identifiers/items/idType response property for the response status 200

      response-property-enum-value-added

    • removed the COMPLIANCE_DOCUMENT enum value from the identifiers/items/idType response property for the response status 200

      response-property-enum-value-removed

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new COMPLIANCE_DOCUMENT enum value to the identifiers/items/idType response property for the response status 200

      response-property-enum-value-added

    • removed the optional property cle from the response with the 200 status

      response-optional-property-removed

    • added the optional property cle to the response with the 200 status

      response-optional-property-added

    • added the optional property productName to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property product to the response with the 200 status

      response-optional-property-added

    • added the pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ to the path request parameter uuid

      request-parameter-pattern-added