---
title: "Resolution Search by ID"
method: GET
path: "/resolution/{resolutionId}"
tags: ["resolution"]
---

# Resolution Search by ID

`GET /resolution/{resolutionId}`

Get the Resolution object specified by the provided resolutionId

## Path parameters

- `resolutionId` integer, required

## Response `200`

successful operation

- Resolution — Class 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 info
  - endpoint added

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