Returns list of tools

Returns list of all tools

GET /tools

Returns all tools. Only users with the Standard Registry role are allowed to make the request.

Query Parameters

NameTypeDescription

pageSize

number

The numbers of items to return

pageIndex

number

The number of pages to skip before starting to collect the result set

content:
            application/json:
              schema:
                $ref: '#/components/schemas/ToolDTO'

Last updated