Get the CLE (Common Lifecycle Enumeration) data for a TEA Product
Path parameters
A UUID
UUID of TEA Product in the TEA server
Response
CLE data for the requested TEA Product found and returned
Example response
{
"events": [
{
"id": 3,
"type": "endOfSupport",
"effective": "2025-06-01T00:00:00Z",
"versions": [
{
"range": "vers:npm/>=1.0.0|<2.0.0"
}
],
"supportId": "standard",
"published": "2025-01-01T00:00:00Z"
},
{
"id": 2,
"type": "endOfDevelopment",
"effective": "2025-01-01T00:00:00Z",
"versions": [
{
"version": "1.0.0"
}
],
"supportId": "standard",
"published": "2024-06-01T00:00:00Z"
},
{
"id": 1,
"type": "released",
"effective": "2024-01-01T00:00:00Z",
"version": "1.0.0",
"license": "Apache-2.0",
"published": "2024-01-01T00:00:00Z"
}
],
"definitions": {
"support": [
{
"id": "standard",
"description": "Standard product support policy",
"url": "https://example.com/support/standard"
}
]
}
}Changes
Changed in 5 of the 53 revisions of this API.122
- ●
added the new
COMPLIANCE_DOCUMENTenum value to theevents/items/identifiers/items/idTyperesponse property for the response status200response-property-enum-value-added
- ●
- ○
removed the
COMPLIANCE_DOCUMENTenum value from theevents/items/identifiers/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 theevents/items/identifiers/items/idTyperesponse property for the response status200response-property-enum-value-added
- ●
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 23 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲