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

# Get all autocomplete suggestions

`GET /suggestion/autocomplete`

## Query parameters

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

## Response `200`

OK

- AutocompleteSuggestionSummaryApiModels — 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` AutocompleteSuggestionSummaryApiModel[] — The retrieved records.
    - `Id` integer — Autocomplete suggestion id
    - `CategoryId` integer — Category id

---

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