Components

Retrieving components

Retrieving components list

get

Returns many components.

Authorizations
AuthorizationstringRequired

Token-based authentication with required prefix "Token"

Query parameters
orderingstring · enumOptionalPossible values:
pageintegerOptional

A page number within the paginated result set.

page_sizeintegerOptional

Number of results to return per page.

querystringOptional

Search in names with the following query

Responses
200Success
application/json
countintegerRequiredExample: 123
nextstring · uri · nullableOptionalExample: http://api.example.org/accounts/?page=4
previousstring · uri · nullableOptionalExample: http://api.example.org/accounts/?page=2
get
/api/v2/components/

Retrieving component usage

get

Returns component usage details.

Authorizations
AuthorizationstringRequired

Token-based authentication with required prefix "Token"

Path parameters
idstring · uuidRequired

A UUID string identifying this group.

Responses
200Success
application/json
usageintegerOptional
testsIdsstring · uuid[]Optional
get
/api/v2/components/{id}/usage/

Last updated

Was this helpful?