Returns all Modules

Return a list of all modules.

GET /modules

Returns all modules. Only users with the Standard Registry and Installer role are allowed to make the request.

Query Parameters

{
    headers:
            x-total-count:
              schema:
                type: integer
              description: Total items in the collection.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Module'
}

Last updated