---
title: "Resolution Search"
method: GET
path: "/resolution"
tags: ["resolution"]
---

# Resolution Search

`GET /resolution`

Search Resolutions this user has access to

## Query parameters

- `resolutionId` integer
- `resolution` string
- `useRegexForName` integer
- `logicalOperatorName` string
- `enabled` integer
- `width` integer
- `height` integer
- `sortBy` 'resolutionId' | 'resolution' | 'width' | 'height' | 'enabled'
- `sortDir` 'asc' | 'desc'

## Response `200`

successful operation

- Resolution[]
  - `resolutionId` integer — The ID of this Resolution
  - `resolution` string — The resolution name
  - `width` number, double — The display width of the resolution
  - `height` number, double — The display height of the resolution
  - `designerWidth` number, double — The designer width of the resolution
  - `designerHeight` number, double — The designer height of the resolution
  - `version` integer — The layout schema version
  - `enabled` integer — A flag indicating whether this resolution is enabled or not
  - `userId` integer — The userId who owns this Resolution

## Changes

- **2026-07-30** `fe497e811c7f` — 1 warning, 4 info
  - deleted the `query` request parameter `partialResolution`
  - added the new optional `query` request parameter `logicalOperatorName`
  - added the new optional `query` request parameter `sortBy`
  - added the new optional `query` request parameter `sortDir`
  - …1 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 `partialResolution`
- **2021-11-17** `23e8e640f524` — 2 info
  - added the new optional `query` request parameter `height`
  - added the new optional `query` request parameter `width`
- **2020-02-17** `8e1275395104` — 1 breaking, 3 warning
  - removed the media type `application/json` for the response with the status `200`
  - deleted the `query` request parameter `height`
  - deleted the `query` request parameter `partialResolution`
  - deleted the `query` request parameter `width`

[Change history](https://skmtc.dev/xibosignage/apis/xibo-api/changes/resolution/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)
