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

# Get filter template by id

`GET /filtertemplate/{filterTemplateId}`

## Path parameters

- `filterTemplateId` integer, required

## Response `200`

OK

- FilterTemplateApiModel — Filter template response model
  - `FilterTemplateId` integer — Id of the filter template
  - `Name` string — Name of the filter template
  - `MaxFacets` integer — Maximum amount of facets to be shown
  - `NumberOfExpandedFacets` integer — Number of facets to be expanded by default

## Other responses

- `404` — FilterTemplate not found

---

[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)
