---
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
- `partialResolution` string
- `enabled` integer
- `width` integer
- `height` integer

## 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

- **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/fa8d95dfe4bb/schema)
