My Project
  1. Post
My Project
  • OUTBACK APIs
    • User
      • Create User
      • Login User
      • Forgot Password
      • Validate otp
      • Reset Password
      • Social login
      • Search Post
      • Update User
      • Get Profile
      • Get User Profile for Web
      • Delete Account
      • Logout
      • Get All Users
      • Update FCM TOKEN
      • Verify User
      • Follow Unfollow User
      • Get User Connections
    • Post
      • Get Popular Categories Post
        GET
      • Add Post
        POST
      • Update Post
        PATCH
      • Get Post
        GET
      • Get My Post
        GET
      • Detail Post By Id
        GET
      • Get Trending Posts
        GET
      • Get Most Viewed Post
        GET
      • get specfic user post
        GET
      • Record Fav_Unfav post
        POST
      • Get Favt Post
        GET
      • Record Views
        POST
      • All Posts Views
        GET
      • Add Comment
        POST
      • Get Comments
        GET
      • Get Collection List
        GET
      • Get Post Collection
        GET
      • Remove Collection
        DELETE
      • Soft Delete Post
        DELETE
      • Delete Post
        DELETE
      • Update Sold Type
        PUT
      • report post
        POST
      • update thumnail of posts
        POST
    • 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. Post

Get Post

GET
/post-mgt/get-posts

Request

Query Params
page
string 
required
Example:
1
limit
string 
required
Example:
300
userId
string 
required
Example:
66c2f3078b6288263af1dc56
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 --request GET 'http://13.239.78.144:3000/api/v1/post-mgt/get-posts?page=1&limit=300&userId=66c2f3078b6288263af1dc56'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-11-15 11:08:17
Previous
Update Post
Next
Get My Post
Built with