Suggestions
Get Location Suggestions
Get a list of suggestions for all locations managed by the logged user
get/locations/suggestions
Query parameters
querystring
Filter by name, zip, street, city, label
sortstring
The location property to sort by (ascending unless order is specified)
orderstring
use asc for ascending sort or desc for descending sort
maxinteger
Used for pagination. Maximum number of results per page.
identifierstring
The location identifier, based on your internal identification system, you want the suggestions for.
offsetinteger
Offset used for pagination. Default: 0
businessIdinteger[]
The ids of the businesses you want suggestions for
locationIdsinteger[]
The ids of the locations you want suggestions for.
Response
Successfully retrieved suggestions
Example response
{
"response": {
"max": 10,
"count": 100
}
}