---
title: "Resolve a feature for an application"
method: GET
path: "/{tenant}/applications/{applicationId}/features/{featureId}/resolved"
tags: ["ThemeResolution"]
---

# Resolve a feature for an application

`GET /{tenant}/applications/{applicationId}/features/{featureId}/resolved`

Resolves the design elements of one feature for a registered application: what a
running application fetches for itself. Per element, the first match wins:
application binding (variant, then common), tenant binding (variant, then common),
product default, element default, then the element's fallback token key; a required
element that resolves to nothing is listed in `missingRequired`.

## Parameters

- `./theme-components.yml#/components/parameters/VariantQuery` — unresolved $ref
- `./theme-components.yml#/components/parameters/IfNoneMatchHeader` — unresolved $ref

## Response `200`

Resolved feature elements.

- ResolvedFeature — unresolved $ref

## Other responses

- `304` — Cached feature resolution is still current.
- `404` — unresolved $ref
- `500` — unresolved $ref

## Changes

- **2026-07-07** `e1e9983e1809` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sphereon-opensource/apis/theme-api/changes/:tenant/applications/:applicationId/features/:featureId/resolved/get.md)

---

[API](https://skmtc.dev/sphereon-opensource/apis/theme-api.md) · [All operations](https://skmtc.dev/sphereon-opensource/apis/theme-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sphereon-opensource/theme-api/revisions/a2197538ab3a/schema)
