---
title: "List Resource Groups"
method: GET
path: "/consumer/v1/resourcegroups"
tags: ["ResourceGroups"]
---

# List Resource Groups

`GET /consumer/v1/resourcegroups`

Use this endpoint to return a list of **Resource Groups** for the requested location. If not specified, the business location defaults to the primary business location.

## Query parameters

- `locationId` string
- `deleted` boolean
- `offset` integer
- `limit` integer

## Response `200`

Success

- ResourceGroupListViewModel
  - `object` string, nullable
  - `url` string, nullable
  - `hasMore` boolean
  - `count` integer
  - `total` integer
  - `data` ResourceGroupViewModel[], nullable
    - `object` string, nullable
    - `id` string, nullable
    - `locationId` string, nullable
    - `name` string, nullable
    - `description` string, nullable
    - `email` string, nullable
    - `bookingNotification` integer
    - `deletedStatus` boolean
    - `deletedTime` string, date-time, nullable

---

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