---
title: "Upload File"
method: GET
path: "/groups/group_rules/{group_uuid}"
tags: ["USER_GROUP"]
deprecated: true
---

# Upload File

`GET /groups/group_rules/{group_uuid}`

> **Deprecated.**

## Path parameters

- `group_uuid` unknown, required

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- AccessRuleResponse[]
  - `id` integer, required
  - `user_group_id` integer, required
  - `entity_type` string, required
  - `rule` object, required
  - `is_active` boolean, required
  - `is_deleted` boolean, required
  - `created_by` string, required
  - `updated_by` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `grouping` string, nullable

## Other responses

- `400` — Invalid data
- `403` — Not supported for public user
- `422` — Validation Error

## Changes

- **2026-08-27** `382a042b72c9` — 1 breaking, 11 info
  - the `items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `items/grouping` to the response with the `200` status
  - added the required property `items/created_at` to the response with the `200` status
  - added the required property `items/created_by` to the response with the `200` status
  - …8 more

[Change history](https://skmtc.dev/myaltimate/apis/fastapi/changes/groups/group_rules/:group_uuid/get.md)

---

[API](https://skmtc.dev/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.dev/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myaltimate/fastapi/revisions/82206441f16e/schema)
