---
title: "Get Resource Group"
method: GET
path: "/consumer/v1/resourcegroups/{id}"
tags: ["ResourceGroups"]
---

# Get Resource Group

`GET /consumer/v1/resourcegroups/{id}`

Use this endpoint to return a **Resource Group** object. A valid **resourceGroup id** is required. Find resourceGroup id's by using the _GET /consumer/v1/resourceGroups_ endpoint.

## Path parameters

- `id` string, required

## Response `200`

Success

- ResourceGroupViewModel
  - `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)
