You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Query parameters are accepted for page, size, minLat, maxLat, minLng, maxLng, minPrice, and maxPrice
Default values are provided for the page and size parameters
Successful response includes only spots in the database that meet the
specified query parameters criteria.
Spot data returned includes the id, ownerId, address, city, state, country, lat, lng, name, description, price, createdAt, updatedAt, and previewImage for each spot
Successful response includes the page and size of the returned payload
Error response with status 400 is given when query parameter validations
for the page, size, minLat, maxLat, minLng, maxLng, minPrice, or maxPrice are violated
The text was updated successfully, but these errors were encountered:
Return spots filtered by query parameters.
page
,size
,minLat
,maxLat
,minLng
,maxLng
,minPrice
, andmaxPrice
page
andsize
parametersspecified query parameters criteria.
id
,ownerId
,address
,city
,state
,country
,lat
,lng
,name
,description
,price
,createdAt
,updatedAt
, andpreviewImage
for each spotpage
andsize
of the returned payloadfor the
page
,size
,minLat
,maxLat
,minLng
,maxLng
,minPrice
, ormaxPrice
are violatedThe text was updated successfully, but these errors were encountered: