---
title: "Search Menu Boards"
method: GET
path: "/menuboards"
tags: ["menuBoard"]
---

# Search Menu Boards

`GET /menuboards`

Search all Menu Boards this user has access to

## Query parameters

- `menuId` integer
- `userId` integer
- `folderId` integer
- `name` string
- `code` string
- `modifiedDateFrom` string
- `modifiedDateTo` string
- `sortBy` 'menuId' | 'name' | 'code' | 'modifiedDt' | 'owner' | 'folderName' | 'groupsWithPermissions'
- `sortDir` 'asc' | 'desc'

## Response `200`

successful operation

- MenuBoard[]
  - `menuId` unknown
  - `name` unknown
  - `description` unknown
  - `code` unknown
  - `userId` unknown
  - `modifiedDt` unknown
  - `folderId` unknown
  - `permissionsFolderId` unknown
  - `groupsWithPermissions` unknown

## Changes

- **2026-07-30** `fe497e811c7f` — 9 breaking, 4 info
  - the `items/code` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `items/description` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `items/folderId` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `items/groupsWithPermissions` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - …9 more
- **2026-02-25** `41c04de98ec5` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2022-02-08** `6d18f62f7782` — 1 info
  - added the new optional `query` request parameter `code`
- **2021-11-17** `23e8e640f524` — 1 info
  - endpoint added
- **2020-02-17** `8e1275395104` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/xibosignage/apis/xibo-api/changes/menuboards/get.md)

---

[API](https://skmtc.dev/xibosignage/apis/xibo-api.md) · [All operations](https://skmtc.dev/xibosignage/apis/xibo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xibosignage/xibo-api/revisions/9136e3c2cb1d/schema)
