---
title: "Get all featured recommendations"
method: GET
path: "/recommendation/featured"
tags: ["Recommendation"]
---

# Get all featured recommendations

`GET /recommendation/featured`

## Query parameters

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

## Response `200`

OK

- FeaturedRecommendationSummaryApiModels — Paginated collection of featured recommendations.
  - `Total` integer — The total number of records which can be retrieved. Note that this field is not available for all paginated endpoints.
  - `Records` FeaturedRecommendationSummaryApiModel[] — The retrieved records.
    - `Id` integer — Featured recommendation identifier.
    - `Name` string — Name of the featured recommendation.
    - `Type` 'Automatic' | 'Manual' — Type of the featured recommendation.

---

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