---
title: "Get suggestions via GET"
method: GET
path: "/home/suggestions"
tags: ["Homepage"]
---

# Get suggestions via GET

`GET /home/suggestions`

Retrieves a paginated list of suggestions for the user, using query parameters for location filter criteria.

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `locationIds` string, nullable
- `businessIds` string, nullable
- `locationGroupIds` string, nullable
- `labels` string, nullable
- `excludedLocationIds` string, nullable
- `excludedBusinessIds` string, nullable
- `excludedLocationGroupIds` string, nullable
- `excludedLabels` string, nullable
- `products` string, nullable
- `filterCategory` string, nullable
- `query` string, nullable

## Response `200`

Successfully retrieved suggestions

- object — Paginated response containing actionable suggestions for improving location performance
  - `suggestions` object[], required — List of suggestions
    - `priority` 'HIGH' | 'MEDIUM' | 'LOW', required — Priority level of the suggestion
    - `product` string, required — Product area the suggestion relates to
    - `type` 'UPLOAD_VIDEO' | 'CONNECT_FACEBOOK_BUSINESS' | 'APPLE_BUSINESS_CONNECT' | 'ENABLE_MESSAGES' | 'ENABLE_FACEBOOK_MESSENGER' | 'ENABLE_CONTACT_FORM' | 'CONNECT_INSTAGRAM_BUSINESS' | 'CREATE_FIRST_LOCATOR' | 'ADD_CONTENT_COLLECTION' | 'ASSIGN_LABELS_TO_LOCATION' | 'CREATE_INSTAGRAM_REEL' | 'CREATE_FACEBOOK_CAROUSEL_POST' | 'ACTIVATE_CHATBOT' | 'CONFIGURE_LIVE_AGENT_AVAILABILITY' | 'ENABLE_WEBCHAT' | 'ADD_KNOWLEDGEBASE' | 'CREATE_SHOWCASE_FOR_ABC' | 'ENABLE_POSTING_REQUESTS' | 'ENABLE_REVIEW_REQUEST' | 'CREATE_USER_GROUP' | 'FILL_META_TAGS_FOR_LOCATOR' | 'ADD_CTA_TO_LOCATOR' | 'CREATE_SOCIAL_TEMPLATE' | 'INVITE_MORE_USERS' | 'ACTIVATE_TWO_FACETOR_AUTH', required — Type of suggestion
    - `link` string, required — Deep link URL to resolve the suggestion
  - `page` integer — Current page number
  - `pageSize` integer — Number of items per page
  - `size` integer — Number of items in the current page
  - `totalCount` integer — Total number of suggestions

## Other responses

- `400` — Invalid request parameters
- `401` — Unauthorized - missing or invalid user headers

---

[API](https://skmtc.net/uberall/apis/uberall-api.md) · [All operations](https://skmtc.net/uberall/apis/uberall-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uberall/uberall-api/revisions/ddc577c548ee/schema)
