---
title: "Get all filter templates paginated"
method: GET
path: "/filtertemplate/paging"
tags: ["Filter templates"]
---

# Get all filter templates paginated

`GET /filtertemplate/paging`

## Query parameters

- `searchTerm` string
- `limit` integer
- `offset` integer

## Response `200`

OK

- FilterTemplateApiModels
  - `Total` integer — The total number of records which can be retrieved. Note that this field is not available for all paginated endpoints.
  - `Records` FilterTemplateApiModel[] — The retrieved records.
    - `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

---

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