Get listed search result for Service Provider Locations
Retrieve a list of service provider locations based on specified search criteria, such as address, distance, and location types.
Request
-
search.page integer <int32>
The page number of the results to retrieve, useful for pagination of large result sets.
-
search.address string
The address to search for service provider locations. This should be a string representing a valid address format.
-
search.distance integer <int32>
The maximum distance (in miles) from the specified location to consider when searching for service providers. Must be a positive integer.
-
search.locationTypes string
A comma-separated list of location types to filter the search results. This allows for more targeted searches based on the type of service provider.
-
search.longitude number <double>
The longitude coordinate of the search center point. This should be a valid decimal number representing the geographic longitude.
-
search.latitude number <double>
The latitude coordinate of the search center point. This should be a valid decimal number representing the geographic latitude.
-
search.minRating number <double>
The minimum rating threshold for service providers to be included in the results. This should be a decimal number representing the rating.
Response
-
parameters object
-
total_count integer <int32>
Total count
-
page integer <int32>
Page
-
page_size integer <int32>
Page size
-
sort_by string
Sort by
-
description string
-
-
data array <object>
-
Uuid string
-
Name string
-
Latitude number <double>
-
Longitude number <double>
-
Address string
-
AddressDetail object
-
Street string
-
City string
-
State string
-
Zip string
-
-
GoogleMapsLink string
-
Distance number <double>
-
LocationTypes array <string>
-
Rating number <double>
-
LocationUrl string
-
PhoneNumbers array <object>
-
Phone string
-
-
Hours object
-