Returns a list of TEA component releases. Note that multiple component releases may match.
Query parameters
Enumeration of identifiers types
Type of identifier specified in the idValue parameter
If present, only the objects with the given identifier value will be returned.
The maximum number of results to return.
An opaque continuation token produced by a previous response. This token MUST be copied verbatim from the nextPageToken value returned by the previous response. Clients MUST NOT parse, construct, or modify this token.
The token represents continuation state for the original query, including pageSize, sortField, sortOrder, result-affecting filters such as idType and idValue, and path parameters such as parent uuid. When pageToken is supplied, clients MUST NOT change those result-affecting query parameters. Servers MUST return 400 Bad Request if supplied result-affecting query parameters conflict with the token state. To change any result-affecting parameter, clients MUST start a new pagination sequence without pageToken.
A pageToken is only valid with the same request path and same path parameter values used to obtain it. Clients MUST NOT reuse a pageToken across different parent resource paths or different path uuid values. Servers MUST return 400 Bad Request when a pageToken is used with a different path or different path parameter values.
Servers MUST return 400 Bad Request for malformed, invalid, expired, or conflicting pageToken values.
The field by which to sort the results.
Paginated results MUST be ordered first by the selected sortField, then by uuid as a deterministic secondary tie-breaker.
When version is selected, ordering is by the stored version string according to the server's documented string collation; semantic-version precedence is not implied. Servers MUST apply a stable and deterministic string collation for version sorting, and the same collation MUST be used consistently across pages for a pagination sequence.
When releaseDate is selected, releases without a releaseDate MUST be ordered consistently. Missing releaseDate values sort after populated releaseDate values for ascending order and before populated releaseDate values for descending order.
The direction of the sort.
The selected sort order applies to both the primary sortField and the resource-specific deterministic secondary tie-breaker. For products, components, product releases, and component releases, the secondary key is uuid. For collections, the secondary key is version if additional tie-breaking is needed.
Response
A paginated response containing TEA Component Releases
Example response
{
"hasNext": true,
"nextPageToken": "eyJwYWdlIjoiY29udGludWF0aW9uIn0",
"results": []
}