-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Return spots filtered by query parameters.
- Query parameters are accepted for
page,size,minLat,maxLat,
minLng,maxLng,minPrice, andmaxPrice - Default values are provided for the
pageandsizeparameters - 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, andpreviewImagefor each spot - Successful response includes the
pageandsizeof the returned payload - Error response with status 400 is given when query parameter validations
for thepage,size,minLat,maxLat,minLng,maxLng,minPrice, or
maxPriceare violated
Metadata
Metadata
Assignees
Labels
No labels