---
title: "Role Get All"
method: GET
path: "/permissions/"
tags: ["PERMISSION"]
deprecated: true
---

# Role Get All

`GET /permissions/`

> **Deprecated.**

## Query parameters

- `search` string, nullable
- `sortOrder` string
- `sortColumn` string
- `page` integer — Page number
- `size` integer — Page size

## Response `200`

Successful Response

- PageRoleSummaryResponse
  - `items` RoleSummaryResponse[], required
    - `uuid` string, uuid, required
    - `role_title` string, required
    - `role_description` string, required
    - `is_custom` boolean, required
    - `count` integer, required
  - `total` integer, nullable, required
  - `page` integer, nullable, required
  - `size` integer, nullable, required
  - `pages` integer, nullable

## Other responses

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

---

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