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

NameTypeDescription

pageIndex

Integer

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

pageSize

Integer

The numbers of items to return

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

Last updated