search
Search for assets
Return
AssetAutocompleteResponse
Parameters
Search query combining one or more search clauses. See the REST API documentation
Latitude bias for the results. Should be pass with `lng`. (optional)
Longitude bias for the results. Should be pass with `lat`. (optional)
Unit in meters. Used to combine with lat/lng or encoded polyline. To bias the results within a given circular area. 3000 means to search for Assets that are at the most far from 3kms to search area (latlng or polyline). (optional)
Find assets nearby an encoded polyline and inside a defined radius. (optional)
If your request returns a high number of assets, the result will be paginated. If so, you can request assets by page using `page` and `stores_by_page` parameters (Default is 100, max is 300). (optional)
Page number when accessing paginated assets feature collection (optional)
Returns the stores that are linked to a zone intersecting the provided lat,lng query parameters. (optional)
Throws
If the request is not correctly configured
Rethrows the OkHttp execute method exception
If the API returns an informational or redirection response
If the API returns a client error response
If the API returns a server error response