---
title: "Get stage sets for the firm"
method: GET
path: "/stagesets"
tags: ["Stages"]
---

# Get stage sets for the firm

`GET /stagesets`

Returns a list of stage sets for the firm.

## Query parameters

- `Offset` integer
- `Limit` integer
- `UpdatedSince` integer
- `LastUpdated` string, date-time

## Response `200`

When request is successful. Returns a paged collection of 'StageSet' objects.

- StageSetPagedCollection
  - `id` string, nullable
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable
  - `self` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `value` StageSet[], nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
    - `self` Link
      - `id` string, nullable
      - `href` string, nullable
      - `relation` string, nullable
      - `method` string, nullable
    - `id` string, nullable — Unique identifier of the stage set.
    - `versionId` string, nullable — Version id of the record.
    - `name` string, nullable — Name of the stage set.
    - `isDeleted` boolean — True when the stage set is deleted.
    - `stages` Stage[], nullable — Stages of the stage set.
      - `href` string, nullable
      - `relation` string, nullable
      - `method` string, nullable
      - `self` Link
        - `id` string, nullable
        - `href` string, nullable
        - `relation` string, nullable
        - `method` string, nullable
      - `id` string, nullable — Unique identifier of the stage.
      - `versionId` string, nullable — Version id of the record.
      - `name` string, nullable — Name of the stage.
      - `isDeleted` boolean — True when the stage is deleted.
      - `lastUpdated` integer — Timestamp when the stage was last updated.
    - `lastUpdated` integer — Timestamp when the stage set was last updated.
  - `offset` integer, nullable
  - `limit` integer, nullable
  - `size` integer
  - `first` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `previous` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `next` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `last` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable

---

[API](https://skmtc.net/smokeball/apis/api.md) · [All operations](https://skmtc.net/smokeball/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smokeball/api/revisions/197984da9b42/schema)
