---
title: "Get all established suggestions"
method: GET
path: "/suggestion/established"
tags: ["Suggestions established terms"]
---

# Get all established suggestions

`GET /suggestion/established`

## Query parameters

- `limit` integer
- `offset` integer
- `searchTerm` string
- `categories` integer[]

## Response `200`

OK

- EstablishedSuggestionSummaryApiModels — Paginated collection of autocomplete suggestion summaries
  - `Total` integer — The total number of records which can be retrieved. Note that this field is not available for all paginated endpoints.
  - `Records` EstablishedSuggestionSummaryApiModel[] — The retrieved records.
    - `Suggestions` string — Established suggestion
    - `CategoryId` integer — Category id
    - `Ranking` number, double — Suggestion Ranking

---

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