---
title: "Signage - display context"
method: GET
path: "/Signage/Display/Context"
tags: ["Signage"]
---

# Signage - display context

`GET /Signage/Display/Context`

**Auth:** Authenticated - any signed-in user.

Returns the calling display's identity (which screen it is) and any resolved content overrides. The display is determined server-side from the credential bound to the token's client id - the device cannot choose its screen. Polled by the kiosk client on each refresh. Requires a signage display token granted /Signage/Display.

## Response `200`

Success

- GetSignageContextResponse
  - `displayKey` string, nullable
  - `displayName` string, nullable
  - `kind` string, nullable
  - `variant` string, nullable
  - `serverTimeUtc` string, date-time
  - `override` GetSignageContextOverrideEnvelope
    - `bottom` GetSignageContextOverrideView
      - `kind` string, nullable
      - `title` string, nullable
      - `body` string, nullable
      - `accentColour` string, nullable
    - `fullScreen` GetSignageContextOverrideView
      - `kind` string, nullable
      - `title` string, nullable
      - `body` string, nullable
      - `accentColour` string, nullable
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `401` — Unauthorized
- `403` — Caller is not a bound signage display

---

[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/fab57bf5558a/schema)
