TEA Component

Returns a list of TEA components. Note that multiple components may match.

get/components

Query parameters

pageOffsetinteger

Pagination offset

pageSizeinteger

Pagination offset

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.

Response

A paginated response containing TEA Components

timestampstring date-time required
pageStartIndexinteger required
pageSizeinteger required
totalResultsinteger required

Example response

{
  "timestamp": "2024-03-20T15:30:00Z",
  "results": [
    {
      "uuid": "3910e0fd-aff4-48d6-b75f-8bf6b84687f0",
      "name": "Apache Log4j API",
      "identifiers": [
        {
          "idType": "PURL",
          "idValue": "pkg:maven/org.apache.logging.log4j/log4j-api"
        }
      ]
    }
  ]
}

Changes