TEA Product
Returns a list of TEA products. Note that multiple products may match.
get/products
Query parameters
idType'CPE' | 'TEI' | 'PURL' | 'COMPLIANCE_DOCUMENT'
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.
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'name'
The field by which to sort the results.
sortOrder'asc' | 'desc'
The direction of the sort.
Response
A paginated response containing TEA Products
Example response
{
"results": [
{
"uuid": "09e8c73b-ac45-4475-acac-33e6a7314e6d",
"name": "Apache Log4j 2",
"identifiers": [
{
"idType": "CPE",
"idValue": "cpe:2.3:a:apache:log4j"
},
{
"idType": "PURL",
"idValue": "pkg:maven/org.apache.logging.log4j/log4j-api"
}
]
}
]
}