---
title: "All Roles Information (Auth policies: role:view)"
method: GET
path: "/api/roles"
tags: ["Role"]
---

# All Roles Information (Auth policies: role:view)

`GET /api/roles`

## Response `200`

OK

- RAppRole[]
  - `id` string, uuid
  - `name` string, nullable
  - `normalizedName` string, nullable
  - `concurrencyStamp` string, nullable
  - `description` string, nullable — Description
  - `permissions` RPermission[], nullable — Permissions
    - `id` string, uuid — Id
    - `securableItemShortName` string, nullable — SecurableItem short name
    - `operationShortName` string, nullable — Operation short name

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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