Get a TEA Product Release
Path parameters
A UUID
UUID of TEA Product Release in the TEA server
Response
Requested TEA Product Release found and returned
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_DOCUMENTenum value to theidentifiers/items/idTyperesponse property for the response status200response-property-enum-value-added
- ●
- ○
removed the
COMPLIANCE_DOCUMENTenum value from theidentifiers/items/idTyperesponse property for the response status200response-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_DOCUMENTenum value to theidentifiers/items/idTyperesponse property for the response status200response-property-enum-value-added
- ●
- ●
removed the optional property
clefrom the response with the200statusresponse-optional-property-removed
- ●
- ○
added the optional property
cleto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
productNameto the response with the200statusresponse-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
productto the response with the200statusresponse-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 thepathrequest parameteruuidrequest-parameter-pattern-added
- ▲