# Get All Licenses Returns all license details. If onlyCustom is true, returns only custom licenses. Supports pagination with page and size parameters. Endpoint: GET /licenses/listAll Version: v1 Security: bearerAuth ## Query parameters: - `onlyCustom` (boolean) If true, returns only custom licenses - `page` (integer) Page Number. Index of the page to start with(starts from 1) - `size` (integer) Page Size. Number Of Records to fetch per page ## Response 200 fields ## Response 400 fields ## Response 404 fields ## Response 500 fields