---
title: "Signage admin - list displays"
method: GET
path: "/Signage/Admin/Displays"
tags: ["Signage"]
---

# Signage admin - list displays

`GET /Signage/Admin/Displays`

**Requires permission:** *IT*

Lists all display definitions with their bound credentials (client id + status). The secret is never returned. Requires the IT permission.

## Response `200`

Success

- GetSignageDisplaysResponse
  - `displays` GetSignageDisplaysDisplayItem[]
    - `displayId` string, guid
    - `key` string, nullable
    - `displayName` string, nullable
    - `kind` string, nullable
    - `variant` string, nullable
    - `active` boolean
    - `credentials` GetSignageDisplaysCredentialItem[]
      - `clientId` string, nullable
      - `credentialName` string, nullable
      - `active` boolean
      - `lastUsed` string, date-time, nullable
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `401` — Unauthorized
- `403` — Missing IT permission

---

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