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

---

[API](https://skmtc.net/xibosignage/apis/xibo-api.md) · [All operations](https://skmtc.net/xibosignage/apis/xibo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xibosignage/xibo-api/versions/fe497e811c7f/schema)
