Get suggestions via GET
Retrieves a paginated list of suggestions for the user, using query parameters for location filter criteria.
Query parameters
Page number (zero-based)
Number of suggestions per page
Comma-separated location IDs to filter by
Comma-separated business IDs to filter by
Comma-separated location group IDs to filter by
Comma-separated labels to filter by
Comma-separated location IDs to exclude
Comma-separated business IDs to exclude
Comma-separated location group IDs to exclude
Comma-separated labels to exclude
Comma-separated list of product filters
Filter strategy to apply: location-groups, labels, business, or location
Search query string depending on filter category
Response
Successfully retrieved suggestions
Example response
{
"suggestions": [
{
"product": "listingHealth",
"link": "/listings/health"
}
],
"pageSize": 10,
"size": 10,
"totalCount": 25
}Changes
No changes recorded. 2 of the 14 revisions have no diff computed, so they could not be searched.