TEA Component
Returns a list of TEA components. Note that multiple components may match.
get/components
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'name'
The field by which to sort the results.
sortOrder'asc' | 'desc'
The direction of the sort.
Response
A paginated response containing TEA Components
Example response
{
"results": [
{
"uuid": "3910e0fd-aff4-48d6-b75f-8bf6b84687f0",
"name": "Apache Log4j API",
"identifiers": [
{
"idType": "PURL",
"idValue": "pkg:maven/org.apache.logging.log4j/log4j-api"
}
]
}
]
}