---
title: "Get all analysis sets or selection lists"
method: GET
path: "/getAllSets"
tags: ["Sets"]
---

# Get all analysis sets or selection lists

`GET /getAllSets`

Use this API operation to get a list of (all)  analysis sets or selection lists.

## Query parameters

- `groups` string
- `names` string

## Response `200`

The output will be a JSON-encoded array. Each array element contains a JSON object.

- object[]
  - `id` integer — Id
  - `name` string — The name value will be the name of the retrieved analysis set or selection list
  - `groupId` integer, nullable — The groupId value will be the id of the corresponding group. null for selection lists
  - `groupName` string — The groupName value will be the name of the corresponding group. Selection lists for selection lists
  - `topLevelMenu` string — The topLevelMenu value will be the top level menu value.

## Other responses

- `304` — Not Modified
- `400` — Bad Request
- `403` — Forbidden
- `429` — Too many requests

---

[API](https://skmtc.net/alisqi/apis/alisqi-api.md) · [All operations](https://skmtc.net/alisqi/apis/alisqi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alisqi/alisqi-api/versions/0b7557342fcf/schema)
