My Project
  1. User
My Project
  • OUTBACK APIs
    • User
      • Create User
        POST
      • Login User
        POST
      • Forgot Password
        POST
      • Validate otp
        POST
      • Reset Password
        POST
      • Social login
        POST
      • Search Post
        GET
      • Update User
        PUT
      • Get Profile
        GET
      • Get User Profile for Web
        GET
      • Delete Account
        DELETE
      • Logout
        POST
      • Get All Users
        GET
      • Update FCM TOKEN
        PUT
      • Verify User
        POST
      • Follow Unfollow User
        POST
      • Get User Connections
        GET
    • Post
      • Get Popular Categories Post
      • Add Post
      • Update Post
      • Get Post
      • Get My Post
      • Detail Post By Id
      • Get Trending Posts
      • Get Most Viewed Post
      • get specfic user post
      • Record Fav_Unfav post
      • Get Favt Post
      • Record Views
      • All Posts Views
      • Add Comment
      • Get Comments
      • Get Collection List
      • Get Post Collection
      • Remove Collection
      • Soft Delete Post
      • Delete Post
      • Update Sold Type
      • report post
      • update thumnail of posts
    • ChatRoom/Messages
      • Create Chatroom
      • Send Message
      • Get Messages
      • Get ChatRoom
      • Update block status
      • Delete Message
    • Town Hall
      • Add townhall post
      • get town hall post
      • get specific user townhall post
      • reaction on townhall post
      • Add replies
      • get replies
      • Reaction On reply
      • get Location search
      • Report Townhall post
    • notfication
      • message notfication
      • message notfication
    • Category
      • Update Category
      • Get Model By Makes
      • get category V2
      • Add Category
      • Add subcategory
      • Get Categories
      • Delete Category
    • Payments
      • Add Card
      • Get Cards
      • Top up Wallet
      • Get Transaction History
      • View Wallet balence
      • Make Payments
      • Update Default Card
      • Add Bank Account
      • Update Bank Account
      • Withdraw to Bank Acc
    • PAYMENTS APIS
      • Create Setup Intent
      • Save Payment Method
      • For getting test payment Id
      • View Balance
      • Add funds to Account
      • Add Bank Account
      • Get User Bank Accounts
      • Select Default Bank Acc
  1. User

Search Post

GET
/usr-mgt/search

Request

Query Params
category
string 
optional
Example:
cars_vehicles
page
string 
optional
Example:
1
limit
string 
optional
Example:
20
lat
string 
optional
Example:
30.9208
lng
string 
optional
Example:
74.6111
filterType
string 
optional
Example:
4
searchText
string 
optional
Example:
draft post
userId
string 
optional
Example:
66ed424f99482d3f31fef343
bed_rooms
string 
optional
Example:
3
bath_rooms
string 
optional
Example:
2
car_spaces
string 
optional
Example:
21
property_type
string 
optional
Example:
house
building_size_min
string 
optional
Example:
["3000"]
building_size_max
string 
optional
Example:
4000
lands_size_min
string 
optional
Example:
["1500"]
lands_size_max
string 
optional
Example:
2500
make
string 
optional
Example:
Honda
model
string 
optional
Example:
Mustang
body_type
string 
optional
Example:
Coupe
fuel_type
string 
optional
Example:
Petrol
colour
string 
optional
Example:
Red
drive_train
string 
optional
Example:
RWD
odometer_min
string 
optional
Example:
10000
odometer_max
string 
optional
Example:
50000
transmission
string 
optional
Example:
Automatic
air_conditioning
string 
optional
Example:
true
is_registered
string 
optional
Example:
true
year_min
string 
optional
Example:
2015
year_max
string 
optional
Example:
2020
managed_by
string 
optional
Example:
private_owner
min_price
string 
optional
Example:
10000
max_price
string 
optional
Example:
50000
zip_code
string 
optional
Example:
1144
distance
string 
optional
Example:
-1
Header Params
Authorization
string 
optional
Example:
bearer {{token}}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'http://13.239.78.144:3000/api/v1/usr-mgt/search?category=cars_vehicles&page=1&limit=20&lat=30.9208&lng=74.6111&filterType=4&searchText=draft post&userId=66ed424f99482d3f31fef343&bed_rooms=3&bath_rooms=2&car_spaces=21&property_type=house&building_size_min=["3000"]&building_size_max=4000&lands_size_min=["1500"]&lands_size_max=2500&make=Honda&model=Mustang	&body_type=Coupe&fuel_type=Petrol&colour=Red&drive_train=RWD&odometer_min=10000&odometer_max=50000&transmission=Automatic&air_conditioning=true&is_registered=true&year_min=2015&year_max=2020&managed_by=private_owner&min_price=10000&max_price=50000&zip_code=1144&distance=-1' \
--header 'Authorization: bearer {{token}}'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-03-18 10:36:21
Previous
Social login
Next
Update User
Built with