---
title: "Get filter template usages"
method: GET
path: "/filtertemplate/{id}/link"
tags: ["Filter templates"]
---

# Get filter template usages

`GET /filtertemplate/{id}/link`

## Path parameters

- `id` integer, required

## Response `200`

OK

- FilterTemplateLinkApiModel[]
  - `Attribute` string — Attribute of the link in case of 'LandingPage' type
  - `AttributeValue` string — Attribute value of the link in case of 'LandingPage' type
  - `Key` string — The key of the usage
  - `Type` 'Category' | 'LandingPage' | 'GuidedSelling' | 'ABTest' — The type of the usage
  - `Name` string — The name of the usage
  - `Status` 'Active' | 'InActive' — Status of the usage

## Other responses

- `404` — Filter template does not exist

---

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