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

# Get all manual suggestions

`GET /suggestion/manual`

## Query parameters

- `limit` integer
- `offset` integer
- `search` string
- `categoryId` integer

## Response `200`

OK

- ManualSuggestionSummaryApiModels — Paginated collection of manual 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` ManualSuggestionSummaryApiModel[] — The retrieved records.
    - `Id` integer — Id of the manual suggestion
    - `Suggestion` string — The suggestion
    - `CategoryId` integer — Category id of the manual suggestion

---

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