---
title: "Get All SecurableItems"
method: GET
path: "/api/roles/securableitems"
tags: ["Role"]
---

# Get All SecurableItems

`GET /api/roles/securableitems`

## Response `200`

OK

- SecurableItem[]
  - `shortName` string, nullable — Short Name
  - `description` string, nullable — Descripttion
  - `operations` SecurableItemOperation[], nullable — Operations (short name + description + has permission)
    - `shortName` string, nullable — Short Name
    - `description` string, nullable — Descripttion
    - `prerequisites` SecurableItemOperationPrerequisite[], nullable — Prerequisites
      - `secureItemShortName` string, nullable — Prerequisite SecureItem ShortName
      - `operationShortName` string, nullable — Prerequisite Operation ShortName
    - `status` boolean — Status (has permission)

## Other responses

- `400` — Bad Request

---

[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)
