---
title: "Get attribute usages"
method: GET
path: "/attribute/{id}/link"
tags: ["Attribute"]
---

# Get attribute usages

`GET /attribute/{id}/link`

## Path parameters

- `id` integer, required

## Response `200`

OK

- AttributeUsageModel[]
  - `Key` string — The key of the usage
  - `Type` 'None' | 'Recommendation' | 'FilterTemplate' | 'SortOption' | 'Filterwizard' | 'Advisor' | 'SelectionGuide' | 'GoogleAnalytics' | 'DynamicSearch' | 'Advanced' | 'Redirect' | 'Personalization' | 'GoogleAnalytics4' | 'PersonalMerchandising' | 'PersonalMerchandisingExternalDataComponent' | 'FeaturedRecommendation' | 'CustomAttributeSql' | 'CustomAttributeRange' | 'CustomAttributeReplace' | 'CustomAttributeTopList' | 'CustomAttributeCombined' | 'CustomAttributeSqlReplace' | 'CustomAttributeDivide' | 'CustomAttributeSplit' | 'CustomAttributeConcatenate' | 'CustomAttributeAIEmbedding' | 'SortTemplate' | 'CustomAttribute' | 'Search' | 'Miscellaneous' — The type of the usage
  - `Name` string — The name of the usage
  - `Status` 'Active' | 'InActive' — Status of the usage

## Other responses

- `404` — Attribute does not exist

---

[API](https://skmtc.net/tweakwise/apis/frontend-api.md) · [All operations](https://skmtc.net/tweakwise/apis/frontend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tweakwise/frontend-api/revisions/9bd1e2b3633f/schema)
